Skip to content

Commit

Permalink
ci: Cleanup gcda files from converage
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathas-Conceicao <jonathas.conceicao@ossystems.com.br>
  • Loading branch information
Jonathas-Conceicao committed May 4, 2020
1 parent 10450d2 commit f6382d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ${{ steps.coverage.outputs.report }}
- name: Clear the coverage files from cache
if: matrix.version == 'nightly'
run: |
find target/ -name "*.gcda" -exec rm {} +
- name: Clear the cargo caches
run: |
Expand Down

0 comments on commit f6382d0

Please sign in to comment.