ci: tweak code coverage settings (#6920)

This commit is contained in:
Sam Kleinman
2021-09-09 15:58:52 -04:00
committed by GitHub
parent db690c3b68
commit 1a9bad9dd3
2 changed files with 29 additions and 0 deletions

View File

@@ -121,3 +121,7 @@ jobs:
- run: |
cat ./*profile.out | grep -v "mode: atomic" >> coverage.txt
if: env.GIT_DIFF
- uses: codecov/codecov-action@v2.0.3
with:
file: ./coverage.txt
if: env.GIT_DIFF