Skip to content

CI: don't fail on FutureWarning#208

Merged
rkingsbury merged 1 commit intomainfrom
bugfix
Dec 11, 2024
Merged

CI: don't fail on FutureWarning#208
rkingsbury merged 1 commit intomainfrom
bugfix

Conversation

@rkingsbury
Copy link
Copy Markdown
Member

our pytest configuration uses filterwarnings to turn most warnings into errors, but FutureWarning should not be included in that behavior.

@rkingsbury rkingsbury added the github_actions Pull requests that update GitHub Actions code label Dec 11, 2024
@rkingsbury rkingsbury merged commit 34f61c8 into main Dec 11, 2024
@codecov
Copy link
Copy Markdown

codecov bot commented Dec 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.79%. Comparing base (0eaacb6) to head (cd99494).
Report is 51 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #208      +/-   ##
==========================================
+ Coverage   81.65%   81.79%   +0.13%     
==========================================
  Files           9        9              
  Lines        1494     1494              
  Branches      326      256      -70     
==========================================
+ Hits         1220     1222       +2     
+ Misses        227      226       -1     
+ Partials       47       46       -1     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant