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

dev: catch cairo errors #1222

Merged
merged 4 commits into from
Jun 25, 2024
Merged

dev: catch cairo errors #1222

merged 4 commits into from
Jun 25, 2024

Conversation

enitrat
Copy link
Collaborator

@enitrat enitrat commented Jun 25, 2024

Time spent on this PR: 0.5d

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Resolves #1068

What is the new behavior?


This change is Reviewable

Copy link

codecov bot commented Jun 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.26%. Comparing base (514e392) to head (f382aeb).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1222      +/-   ##
==========================================
- Coverage   65.32%   65.26%   -0.07%     
==========================================
  Files          49       49              
  Lines        8265     8265              
==========================================
- Hits         5399     5394       -5     
- Misses       2866     2871       +5     

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

@ClementWalter ClementWalter merged commit e6c6f90 into main Jun 25, 2024
8 of 9 checks passed
@ClementWalter ClementWalter deleted the dev/catch-cairo-errors branch June 25, 2024 14:00
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.

dev: enable catching specific revert messages in pytest runner
2 participants