-
Notifications
You must be signed in to change notification settings - Fork 128
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
Migrating to Github Actions #133
Comments
Once this is done, I can start working on #134 |
Fixes #133: Add main.yml for GitHub actions; fix tests
Great work @PetrDlouhy on this. One problem I noticed. Codecov doesn't pick up the coverage.
Probably because the codecov runs in another step and coverage report doesn't exists there? |
The codecov issue has been fixed via #142 |
Travic CI doesn't work anymore.
If you visit https://travis-ci.org/cypreess/django-plans, you would see a notice saying:
They no longer have a free CI for open source projects.
Out of all the alternatives, would be sane to just use Github Actions:
Until then, no CI jobs or code coverage would happen on the new code.
The text was updated successfully, but these errors were encountered: