Skip to content

Fix "error on warning" behavior in CI#1386

Closed
j-c-c wants to merge 6 commits into
developfrom
fix_warning_handling
Closed

Fix "error on warning" behavior in CI#1386
j-c-c wants to merge 6 commits into
developfrom
fix_warning_handling

Conversation

@j-c-c
Copy link
Copy Markdown
Collaborator

@j-c-c j-c-c commented May 27, 2026

Resolves #1375

The new behavior still errors on Python warnings but ignores UserWarnings triggered from within our test modules. This means expected UserWarnings in our unit tests will not cause our CI to fail. We will still catch UserWarnings eminating from within the code base and DeprecationWarnings from anywhere.

@j-c-c j-c-c self-assigned this May 27, 2026
@j-c-c j-c-c added the CI Continuous Integration label May 27, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.26%. Comparing base (e375bad) to head (092c512).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1386   +/-   ##
========================================
  Coverage    88.26%   88.26%           
========================================
  Files          135      135           
  Lines        14663    14663           
========================================
  Hits         12942    12942           
  Misses        1721     1721           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@j-c-c j-c-c requested a review from garrettwrong May 27, 2026 18:22
@j-c-c j-c-c force-pushed the fix_warning_handling branch from ab1f800 to 092c512 Compare May 27, 2026 18:23
@j-c-c j-c-c closed this May 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI Continuous Integration

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant