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

.rspec: dont run with --fail-fast #1878

Merged
merged 1 commit into from
May 11, 2024
Merged

Conversation

bastelfreak
Copy link
Member

When this option is set, rspec will stop after the first failure. We don't have this enabled in any other project and I think it's useful to know if you've 20 errors or just one. And the CI runtime isn't that long, so IMO it's fine.

Copy link

codecov bot commented May 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.29%. Comparing base (b717772) to head (7398616).

❗ Current head 7398616 differs from pull request most recent head 71a1b94. Consider uploading reports for the commit 71a1b94 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1878   +/-   ##
=======================================
  Coverage   74.29%   74.29%           
=======================================
  Files          79       79           
  Lines        4396     4396           
=======================================
  Hits         3266     3266           
  Misses       1130     1130           

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

When this option is set, rspec will stop after the first failure. We
don't have this enabled in any other project and I think it's useful to
know if you've 20 errors or just one. And the CI runtime isn't that
long, so IMO it's fine.
@bastelfreak bastelfreak merged commit 7a8f2ad into voxpupuli:master May 11, 2024
7 checks passed
@bastelfreak bastelfreak deleted the fail branch May 11, 2024 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants