-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add github actions for running tests #14
Conversation
It’s good to remove the .travis.yml too |
Well, making a bit of progress. Tests are failing due to the strict IRO checking. I'm not 100% sure how to interpret the output here. Are these issues in zope.publisher land? Issue #16 |
Not sure why coveralls is reporting no coverage now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why coveralls is reporting no coverage now.
Probably because there's a setting that needs added in .coveragerc, relative_files = true
. See nti.webhooks for an example and comment.
Fixes #13