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

Cancel any still-running tests when pushing to a branch or PR #168

Merged
merged 1 commit into from
Jun 19, 2023

Conversation

jwodder
Copy link
Member

@jwodder jwodder commented Jun 19, 2023

If a commit is pushed while tests are still running on that branch, the older tests will currently continue to run to completion, likely delaying the start of the tests for the newer commit. This PR causes any still-running tests to be automatically cancelled when new tests start on the same branch.

@jwodder jwodder added the internal Changes only affect the internal API label Jun 19, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jun 19, 2023

Codecov Report

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

Comparison is base (f2f1727) 63.67% compared to head (0e47cc8) 59.48%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #168      +/-   ##
==========================================
- Coverage   63.67%   59.48%   -4.19%     
==========================================
  Files           1        1              
  Lines        1481     1481              
  Branches      342      342              
==========================================
- Hits          943      881      -62     
- Misses        447      506      +59     
- Partials       91       94       +3     

see 1 file with indirect coverage changes

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

@yarikoptic yarikoptic merged commit 2cc22fd into master Jun 19, 2023
@yarikoptic yarikoptic deleted the concurrency branch June 19, 2023 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Changes only affect the internal API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants