X Tutup
Skip to content

Commit a2293e6

Browse files
build(deps): bump codecov/codecov-action from 2.0.2 to 2.0.3 (spack#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](codecov/codecov-action@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>
1 parent d381ab7 commit a2293e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/unit_tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
SPACK_TEST_SOLVER: ${{ matrix.concretizer }}
172172
run: |
173173
share/spack/qa/run-unit-tests
174-
- uses: codecov/codecov-action@v2.0.2
174+
- uses: codecov/codecov-action@v2.0.3
175175
if: ${{ needs.changes.outputs.with_coverage == 'true' }}
176176
with:
177177
flags: unittests,linux,${{ matrix.concretizer }}
@@ -209,7 +209,7 @@ jobs:
209209
COVERAGE: true
210210
run: |
211211
share/spack/qa/run-shell-tests
212-
- uses: codecov/codecov-action@v2.0.2
212+
- uses: codecov/codecov-action@v2.0.3
213213
if: ${{ needs.changes.outputs.with_coverage == 'true' }}
214214
with:
215215
flags: shelltests,linux
@@ -311,7 +311,7 @@ jobs:
311311
SPACK_TEST_SOLVER: clingo
312312
run: |
313313
share/spack/qa/run-unit-tests
314-
- uses: codecov/codecov-action@v2.0.2
314+
- uses: codecov/codecov-action@v2.0.3
315315
if: ${{ needs.changes.outputs.with_coverage == 'true' }}
316316
with:
317317
flags: unittests,linux,clingo
@@ -357,7 +357,7 @@ jobs:
357357
echo "ONLY PACKAGE RECIPES CHANGED [skipping coverage]"
358358
$(which spack) unit-test -x -m "not maybeslow" -k "package_sanity"
359359
fi
360-
- uses: codecov/codecov-action@v2.0.2
360+
- uses: codecov/codecov-action@v2.0.3
361361
if: ${{ needs.changes.outputs.with_coverage == 'true' }}
362362
with:
363363
files: ./coverage.xml

0 commit comments

Comments
 (0)
X Tutup