Skip to content

Commit

Permalink
Update build-status.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzzz committed Dec 28, 2020
1 parent fcf181d commit 5810606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-status.yml
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: codecov/codecov-action@v1
with:
name: unit-tests-${{matrix.node-version}}-${{runner.os}}
flags: unit-tests-${{matrix.node-version}}-${{runner.os}}
flags: unit-tests, unit-tests-${{matrix.node-version}}-${{runner.os}}
fail_ci_if_error: false # default: false
verbose: false # default: false
- name: Coveralls
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
uses: codecov/codecov-action@v1
with:
name: e2e-tests-${{matrix.node-version}}-${{runner.os}}
flags: e2e-tests-${{matrix.node-version}}-${{runner.os}}
flags: e2e-tests, e2e-tests-${{matrix.node-version}}-${{runner.os}}
fail_ci_if_error: false # default: false
verbose: false # default: false
publish_coverage:
Expand Down

0 comments on commit 5810606

Please sign in to comment.