diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-30 10:58:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-30 10:58:12 +0200 |
commit | a2293e6ee19f71fa2c1406dc2b933ed271e4f7cd (patch) | |
tree | c6c152f91c66d4254e735cd407d2bfacb256f3c1 /.github | |
parent | d381ab77b295e16a514e270d5b459a19020e5d2e (diff) | |
download | spack-a2293e6ee19f71fa2c1406dc2b933ed271e4f7cd.tar.gz spack-a2293e6ee19f71fa2c1406dc2b933ed271e4f7cd.tar.bz2 spack-a2293e6ee19f71fa2c1406dc2b933ed271e4f7cd.tar.xz spack-a2293e6ee19f71fa2c1406dc2b933ed271e4f7cd.zip |
build(deps): bump codecov/codecov-action from 2.0.2 to 2.0.3 (#25594)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v2.0.2...v2.0.3)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/unit_tests.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/unit_tests.yaml b/.github/workflows/unit_tests.yaml index 29c251503c..9fdcf4aefa 100644 --- a/.github/workflows/unit_tests.yaml +++ b/.github/workflows/unit_tests.yaml @@ -171,7 +171,7 @@ jobs: SPACK_TEST_SOLVER: ${{ matrix.concretizer }} run: | share/spack/qa/run-unit-tests - - uses: codecov/codecov-action@v2.0.2 + - uses: codecov/codecov-action@v2.0.3 if: ${{ needs.changes.outputs.with_coverage == 'true' }} with: flags: unittests,linux,${{ matrix.concretizer }} @@ -209,7 +209,7 @@ jobs: COVERAGE: true run: | share/spack/qa/run-shell-tests - - uses: codecov/codecov-action@v2.0.2 + - uses: codecov/codecov-action@v2.0.3 if: ${{ needs.changes.outputs.with_coverage == 'true' }} with: flags: shelltests,linux @@ -311,7 +311,7 @@ jobs: SPACK_TEST_SOLVER: clingo run: | share/spack/qa/run-unit-tests - - uses: codecov/codecov-action@v2.0.2 + - uses: codecov/codecov-action@v2.0.3 if: ${{ needs.changes.outputs.with_coverage == 'true' }} with: flags: unittests,linux,clingo @@ -357,7 +357,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@v2.0.2 + - uses: codecov/codecov-action@v2.0.3 if: ${{ needs.changes.outputs.with_coverage == 'true' }} with: files: ./coverage.xml |