Skip to content

Commit

Permalink
Merge pull request #57 from dominikwilkowski/fix_coveralls
Browse files Browse the repository at this point in the history
added flag-name to coveralls actions
  • Loading branch information
dominikwilkowski authored Jun 14, 2022
2 parents 82ed7f3 + 7590351 commit 1dea88b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./nodejs/coverage/lcov.info
flag-name: nodejs
parallel: true
base-path: ./nodejs
env:
Expand Down Expand Up @@ -272,6 +273,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./rust/lcov.info
flag-name: rust
parallel: true
env:
NODE_COVERALLS_DEBUG: 1
Expand Down

0 comments on commit 1dea88b

Please sign in to comment.