Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit e8bca15

Browse files
build(deps): bump codecov/codecov-action from 3.1.1 to 3.1.5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.1 to 3.1.5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3.1.1...4fe8c5f) --- 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>
1 parent 88a37e0 commit e8bca15

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/audit.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
. share/spack/setup-env.sh
4040
$(which spack) audit packages
41-
- uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # @v2.1.0
41+
- uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # @v2.1.0
4242
if: ${{ inputs.with_coverage == 'true' }}
4343
with:
4444
flags: unittests,linux,audits

.github/workflows/unit_tests.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
UNIT_TEST_COVERAGE: ${{ matrix.python-version == '3.11' }}
8888
run: |
8989
share/spack/qa/run-unit-tests
90-
- uses: codecov/codecov-action@40a12dcee2df644d47232dde008099a3e9e4f865
90+
- uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0
9191
with:
9292
flags: unittests,linux,${{ matrix.concretizer }}
9393
# Test shell integration
@@ -118,7 +118,7 @@ jobs:
118118
COVERAGE: true
119119
run: |
120120
share/spack/qa/run-shell-tests
121-
- uses: codecov/codecov-action@40a12dcee2df644d47232dde008099a3e9e4f865
121+
- uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0
122122
with:
123123
flags: shelltests,linux
124124

@@ -175,7 +175,7 @@ jobs:
175175
SPACK_TEST_SOLVER: clingo
176176
run: |
177177
share/spack/qa/run-unit-tests
178-
- uses: codecov/codecov-action@40a12dcee2df644d47232dde008099a3e9e4f865 # @v2.1.0
178+
- uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # @v2.1.0
179179
with:
180180
flags: unittests,linux,clingo
181181
# Run unit tests on MacOS
@@ -210,6 +210,6 @@ jobs:
210210
$(which spack) solve zlib
211211
common_args=(--dist loadfile --tx '4*popen//python=./bin/spack-tmpconfig python -u ./bin/spack python' -x)
212212
$(which spack) unit-test --cov --cov-config=pyproject.toml --cov-report=xml:coverage.xml "${common_args[@]}"
213-
- uses: codecov/codecov-action@40a12dcee2df644d47232dde008099a3e9e4f865
213+
- uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0
214214
with:
215215
flags: unittests,macos

.github/workflows/windows_python.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
spack unit-test -x --verbose --cov --cov-config=pyproject.toml --ignore=lib/spack/spack/test/cmd
3636
coverage combine -a
3737
coverage xml
38-
- uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70
38+
- uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0
3939
with:
4040
flags: unittests,windows
4141
unit-tests-cmd:
@@ -60,7 +60,7 @@ jobs:
6060
spack unit-test -x --verbose --cov --cov-config=pyproject.toml lib/spack/spack/test/cmd
6161
coverage combine -a
6262
coverage xml
63-
- uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70
63+
- uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0
6464
with:
6565
flags: unittests,windows
6666
build-abseil:

0 commit comments

Comments
 (0)