-
Notifications
You must be signed in to change notification settings - Fork 420
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
Initial GitHub Actions workflow. #283
Conversation
Codecov Report
@@ Coverage Diff @@
## master #283 +/- ##
==========================================
+ Coverage 81.83% 81.94% +0.11%
==========================================
Files 18 18
Lines 490 493 +3
==========================================
+ Hits 401 404 +3
Misses 89 89
Continue to review full report at Codecov.
|
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.
Looks good, just a few suggestions!
Co-authored-by: Hugo van Kemenade <[email protected]>
Co-authored-by: Hugo van Kemenade <[email protected]>
Co-authored-by: Hugo van Kemenade <[email protected]>
Co-authored-by: Hugo van Kemenade <[email protected]>
I spotted the cron was still enabled at https://travis-ci.com/github/jazzband/django-auditlog / https://travis-ci.com/github/jazzband/django-auditlog/settings: So I deleted it: |
Thanks! |
Travis CI has a new pricing model which places limits on open source.
Many projects are moving to GitHub Actions instead, including Jazzband projects:
This is based on jazzband/contextlib2#26.
This contains a work-around for #266 until there is a real fix, e.g. via #271 etc.
No more mention of Travis CI in the codebase:
$ git grep -i travis $