-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
Fix code coverage and newly failing test #392
Conversation
@pauloxnet - please can you create a codecov.io token for django-co0nfigurations and add as a secret to this repo please?
I believe adding that will get us moving forward again so we can merge a bunch of pending PR's |
Can you provide some simple instructions to do that? |
@pauloxnet ... and these are the steps to add it to the repo: |
@uhurusurfa thanks a lot, that helped, but following the steps I just realized that I don't have the permission to see or modify the settings of the project here in GitHub. Maybe @jezdez or @blueyed can give me this permission, or they can do update the settings to add the Codecov token. |
@jezdez Any possibility you might assign a 2nd person as maintainer to django-configurations to spread the load ... perhaps @pauloxnet ? |
@matthiask @com4 @JimDabell @jayvdb @brylie @benspaulding @shanx @mbaechtold |
Maybe we can start thinking to move the project to django-commons. |
That would be a good option. Generally the Jazzband projects seem to be under supported with very few people having the required permissions to do key changes that are often needed. |
That's exactly why |
hey @uhurusurfa unfortunately while I do have the right to merge stuff in this repo, I also can't change the settings. @pauloxnet I feel that |
I know that, I'm part of JazzBand because of its goal, but as Tim stayed in his article there was difficulties that convinced him to start Django Commons. I invite you to read the article, there's also a link to Jannis's post |
Thanks for pointing this out. I've not been following these posts :) |
I am wondering what went wromg with Jazzband... their statement on the Jazzband Github home page is: |
I'm not following all issues of all repos closely, please open tickets in jazzband/help next time so I can respond quicker.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #392 +/- ##
==========================================
+ Coverage 89.96% 90.39% +0.42%
==========================================
Files 25 25
Lines 1196 1197 +1
Branches 216 102 -114
==========================================
+ Hits 1076 1082 +6
Misses 88 88
+ Partials 32 27 -5 ☔ View full report in Codecov by Sentry. |
7117c2c
to
05d94cb
Compare
05d94cb
to
448c5ab
Compare
Job running - Paulo will review and merge
Thanks @shanx - as far as I can work out looking at teams in Jazzband, Jez is the only maintainer in Jazzband which seems like a serious single point of failure and needs addressing. The current setup does not make for feeling like anyone is "playing in the same band" and many people lose interest if everything takes forever to happen when a core settings nneds changing or someone with appropriate permissions needs to takee action but they are almost impossible to get hold of. |
@uhurusurfa thanks for fixings |
Fix failing tet due to change in v2.2.0 (2024-05-28) of dj-database-url which added an extra param DISABLE_SERVER_SIDE_CURSORS
Fix the codecoverage action