|
87 | 87 | UNIT_TEST_COVERAGE: ${{ matrix.python-version == '3.11' }}
|
88 | 88 | run: |
|
89 | 89 | share/spack/qa/run-unit-tests
|
90 |
| - - uses: codecov/codecov-action@40a12dcee2df644d47232dde008099a3e9e4f865 |
| 90 | + - uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 |
91 | 91 | with:
|
92 | 92 | flags: unittests,linux,${{ matrix.concretizer }}
|
93 | 93 | # Test shell integration
|
@@ -118,7 +118,7 @@ jobs:
|
118 | 118 | COVERAGE: true
|
119 | 119 | run: |
|
120 | 120 | share/spack/qa/run-shell-tests
|
121 |
| - - uses: codecov/codecov-action@40a12dcee2df644d47232dde008099a3e9e4f865 |
| 121 | + - uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 |
122 | 122 | with:
|
123 | 123 | flags: shelltests,linux
|
124 | 124 |
|
@@ -175,7 +175,7 @@ jobs:
|
175 | 175 | SPACK_TEST_SOLVER: clingo
|
176 | 176 | run: |
|
177 | 177 | share/spack/qa/run-unit-tests
|
178 |
| - - uses: codecov/codecov-action@40a12dcee2df644d47232dde008099a3e9e4f865 # @v2.1.0 |
| 178 | + - uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # @v2.1.0 |
179 | 179 | with:
|
180 | 180 | flags: unittests,linux,clingo
|
181 | 181 | # Run unit tests on MacOS
|
@@ -210,6 +210,6 @@ jobs:
|
210 | 210 | $(which spack) solve zlib
|
211 | 211 | common_args=(--dist loadfile --tx '4*popen//python=./bin/spack-tmpconfig python -u ./bin/spack python' -x)
|
212 | 212 | $(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 |
214 | 214 | with:
|
215 | 215 | flags: unittests,macos
|
0 commit comments