Skip to content

Commit

Permalink
Merge pull request spack#6 from thelfer/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-1.5.2

build(deps): bump codecov/codecov-action from 1.5.0 to 1.5.2
  • Loading branch information
thelfer committed Jun 9, 2021
2 parents 08fdda9 + 0adb89d commit 1df568b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
SPACK_TEST_SOLVER: ${{ matrix.concretizer }}
run: |
share/spack/qa/run-unit-tests
- uses: codecov/codecov-action@v1.5.0
- uses: codecov/codecov-action@v1.5.2
if: ${{ needs.changes.outputs.with_coverage == 'true' }}
with:
flags: unittests,linux,${{ matrix.concretizer }}
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
COVERAGE: true
run: |
share/spack/qa/run-shell-tests
- uses: codecov/codecov-action@v1.5.0
- uses: codecov/codecov-action@v1.5.2
if: ${{ needs.changes.outputs.with_coverage == 'true' }}
with:
flags: shelltests,linux
Expand Down Expand Up @@ -313,7 +313,7 @@ jobs:
else
$(which spack) unit-test -m "not maybeslow" -k "package_sanity"
fi
- uses: codecov/codecov-action@v1.5.0
- uses: codecov/codecov-action@v1.5.2
if: ${{ needs.changes.outputs.with_coverage == 'true' }}
with:
flags: unittests,linux,clingo
Expand Down Expand Up @@ -353,7 +353,7 @@ jobs:
echo "ONLY PACKAGE RECIPES CHANGED [skipping coverage]"
$(which spack) unit-test -x -m "not maybeslow" -k "package_sanity"
fi
- uses: codecov/codecov-action@v1.5.0
- uses: codecov/codecov-action@v1.5.2
if: ${{ needs.changes.outputs.with_coverage == 'true' }}
with:
file: ./coverage.xml
Expand Down

0 comments on commit 1df568b

Please sign in to comment.