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

CI: don't fail on FutureWarning #208

Merged
merged 1 commit into from
Dec 11, 2024
Merged

CI: don't fail on FutureWarning #208

merged 1 commit into from
Dec 11, 2024

Conversation

rkingsbury
Copy link
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
11 checks passed
Copy link

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