dependabot[bot]
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/coverage.yml
|
@ -121,7 +121,7 @@ jobs: |
|
|
- run: | |
|
|
- run: | |
|
|
cat ./*profile.out | grep -v "mode: atomic" >> coverage.txt |
|
|
cat ./*profile.out | grep -v "mode: atomic" >> coverage.txt |
|
|
if: env.GIT_DIFF |
|
|
if: env.GIT_DIFF |
|
|
- uses: codecov/codecov-action@v1.5.2 |
|
|
|
|
|
|
|
|
- uses: codecov/codecov-action@v2.0.1 |
|
|
with: |
|
|
with: |
|
|
file: ./coverage.txt |
|
|
file: ./coverage.txt |
|
|
if: env.GIT_DIFF |
|
|
if: env.GIT_DIFF |