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

👷 Fix running tox locally #91

Merged
merged 1 commit into from
Jan 30, 2025
Merged

👷 Fix running tox locally #91

merged 1 commit into from
Jan 30, 2025

Conversation

CharString
Copy link
Contributor

I bumped into this when backporting a fix.

  • tox was passing PG{HOST,PORT}, but DB_{HOST,PORT} were actually used
  • oidcdisabled envs were failing locally, because only the GitHub workflow was ignoring the oidc suite correctly
  • isort was depending on skip and failing on my .venv; now it explicitly sorts, just like the :black env.

 - tox was passing PG{HOST,PORT}, but DB_{HOST,PORT} were actually used
 - oidcdisabled envs were failing locally, because only the github
   workflow was ignoring the oidc suite correctly
 - isort was depending on skip and failing on my .venv; now it
   explicitly sorts, just like the :black env.
Copy link

codecov bot commented Jan 29, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.44%. Comparing base (fc45a8a) to head (15e67f0).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #91   +/-   ##
=======================================
  Coverage   92.44%   92.44%           
=======================================
  Files          48       48           
  Lines        1734     1734           
  Branches      116      116           
=======================================
  Hits         1603     1603           
  Misses         97       97           
  Partials       34       34           
Flag Coverage Δ
base 91.26% <ø> (ø)
oidc 100.00% <ø> (ø)

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@CharString CharString merged commit e99cfa1 into master Jan 30, 2025
17 checks passed
@CharString CharString deleted the chore/fix-local-tox branch January 30, 2025 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants