datalad / datalad-installer

Installation script for Datalad and related components
MIT License
6 stars 3 forks source link

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

Closed jwodder closed 1 year ago

jwodder commented 1 year ago

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.

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: -4.19 :warning:

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

Additional details and impacted files ```diff @@ 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](https://app.codecov.io/gh/datalad/datalad-installer/pull/168/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datalad)

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