diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-09-15 16:02:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-15 16:02:05 +0200 |
commit | 5d23638fdc3d93c70b26b5f8ab37ba51e8f707e6 (patch) | |
tree | 4a3ba0b7ca71c01bb2523a0717e6d10018c3999d /.github/workflows | |
parent | f0b4afe7db15d8cd2dbd8a77c29dcaf8f7ddb5e4 (diff) | |
download | spack-5d23638fdc3d93c70b26b5f8ab37ba51e8f707e6.tar.gz spack-5d23638fdc3d93c70b26b5f8ab37ba51e8f707e6.tar.bz2 spack-5d23638fdc3d93c70b26b5f8ab37ba51e8f707e6.tar.xz spack-5d23638fdc3d93c70b26b5f8ab37ba51e8f707e6.zip |
build(deps): bump codecov/codecov-action from 2.0.3 to 2.1.0 (#25925)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.3 to 2.1.0.
- [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.3...v2.1.0)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
-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 6cc63b3649..b6a3d58934 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.3 + - uses: codecov/codecov-action@v2.1.0 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.3 + - uses: codecov/codecov-action@v2.1.0 if: ${{ needs.changes.outputs.with_coverage == 'true' }} with: flags: shelltests,linux @@ -314,7 +314,7 @@ jobs: SPACK_TEST_SOLVER: clingo run: | share/spack/qa/run-unit-tests - - uses: codecov/codecov-action@v2.0.3 + - uses: codecov/codecov-action@v2.1.0 if: ${{ needs.changes.outputs.with_coverage == 'true' }} with: flags: unittests,linux,clingo @@ -360,7 +360,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.3 + - uses: codecov/codecov-action@v2.1.0 if: ${{ needs.changes.outputs.with_coverage == 'true' }} with: files: ./coverage.xml |