Skip to content
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

Update supported Python and Django versions #136

Merged
merged 5 commits into from
Jul 25, 2022
Merged

Conversation

yakky
Copy link
Member

@yakky yakky commented Jul 25, 2022

Description

  • Update supported Python and Django versions in tox, github actions and setup.cfg
  • Update github actions versions
  • Fix missing SECRET_KEY in django-app-helpers settings

References

Fix #135

Checklist

  • I have read the contribution guide
  • Code lint checked via inv lint
  • changes file included (see docs)
  • Usage documentation added in case of new features
  • Tests added

No code changes required
Github actions update to let them run again
@codecov
Copy link

codecov bot commented Jul 25, 2022

Codecov Report

Merging #136 (6d16234) into develop (329a466) will decrease coverage by 1.97%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop     #136      +/-   ##
===========================================
- Coverage   100.00%   98.02%   -1.98%     
===========================================
  Files            5        8       +3     
  Lines          160      456     +296     
  Branches        15       53      +38     
===========================================
+ Hits           160      447     +287     
- Misses           0        6       +6     
- Partials         0        3       +3     
Flag Coverage Δ
unittests 97.80% <ø> (-1.57%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
meta/__init__.py 100.00% <0.00%> (ø)
meta/models.py 94.04% <0.00%> (ø)
meta/views.py 98.10% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5aed37d...6d16234. Read the comment docs.

@yakky yakky merged commit f65e81c into develop Jul 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Github actions no longer run
1 participant