-
Notifications
You must be signed in to change notification settings - Fork 0
Switch CI to github actions #21
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
base: master
Are you sure you want to change the base?
Conversation
3164812
to
7950774
Compare
Codecov Report
@@ Coverage Diff @@
## master #21 +/- ##
=======================================
Coverage 96.55% 96.55%
=======================================
Files 9 9
Lines 116 116
=======================================
Hits 112 112
Misses 4 4 Continue to review full report at Codecov.
|
steps: | ||
- run: echo "Ici on tests" | ||
- run: pip install | ||
- run: pip install Django==2.2 -U #FIXME |
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.
FIXME found
b29217f
to
7f7682f
Compare
- uses: actions/checkout@v2 | ||
- run: echo "Ici on tests" | ||
- run: pip install | ||
- run: pip install Django==2.2.* -U #FIXME |
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.
FIXME found
7f7682f
to
3e37569
Compare
steps: | ||
- uses: actions/checkout@v2 | ||
- run: pip install | ||
- run: pip install Django==${{ matrix.django-version }} -U #FIXME |
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.
FIXME found
Code Climate has analyzed commit 3e37569 and detected 1 issue on this pull request. Here's the issue category breakdown:
View more on Code Climate. |
No description provided.