-
Notifications
You must be signed in to change notification settings - Fork 9
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
Django-active-link 0.2.0 #127
Conversation
… readme, update tox to include test deps, update ci to include test deps
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #127 +/- ##
==========================================
+ Coverage 86.48% 94.81% +8.32%
==========================================
Files 3 6 +3
Lines 37 135 +98
Branches 8 13 +5
==========================================
+ Hits 32 128 +96
Misses 4 4
- Partials 1 3 +2 ☔ View full report in Codecov by Sentry. |
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.
Many thanks for this @Frodothedwarf
0.2.0 (2024-06-06)
+++++++++++++++++
Breaking changes
Switched to using Poetry instead.
Reasoning for using Poetry is that it is very easy to get up and running on new machines.
@valerymelou can you please look this update through and confirm that the PyPi action is working?
Please note it is my first time using Github Actions 🗡️