Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(actions): re-raise caught exception #562

Merged
merged 1 commit into from
Apr 9, 2023
Merged

Conversation

simbuerg
Copy link
Member

@simbuerg simbuerg commented Apr 7, 2023

Fixes #561

@codecov
Copy link

codecov bot commented Apr 7, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.01 ⚠️

Comparison is base (806520d) 49.54% compared to head (e4bff98) 49.54%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #562      +/-   ##
==========================================
- Coverage   49.54%   49.54%   -0.01%     
==========================================
  Files         120      120              
  Lines        8283     8284       +1     
  Branches     1057     1057              
==========================================
  Hits         4104     4104              
- Misses       4006     4007       +1     
  Partials      173      173              
Impacted Files Coverage Δ
benchbuild/utils/actions.py 50.95% <0.00%> (-0.11%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@simbuerg simbuerg merged commit 3f9a452 into master Apr 9, 2023
@simbuerg simbuerg deleted the simbuerg/fix-561 branch April 9, 2023 13:29
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compile Step always returns Ok, even if compilation failed.
1 participant