Skip to content

Commit

Permalink
Fixed parallel coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Aug 12, 2023
1 parent e5aa055 commit d0c5e26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Upload Coverage
uses: coverallsapp/github-action@v2
with:
parallel: true
file: coverage.xml

test-others:
Expand Down Expand Up @@ -62,6 +63,7 @@ jobs:
- name: Upload Coverage
uses: coverallsapp/github-action@v2
with:
parallel: true
file: coverage.xml

coveralls:
Expand Down

0 comments on commit d0c5e26

Please sign in to comment.