Skip to content

Commit

Permalink
Config
Browse files Browse the repository at this point in the history
  • Loading branch information
evadecker committed Sep 7, 2024
1 parent ed88d0b commit 504a790
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: 'Coverage'
name: Coverage

on:
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
test-coverage:
name: Test Coverage
Expand Down Expand Up @@ -72,5 +77,5 @@ jobs:
if: always()
uses: davelosert/[email protected]
with:
working-directory: './'
file-coverage-mode: all
json-summary-compare-path: coverage-main/coverage-summary.json

0 comments on commit 504a790

Please sign in to comment.