Skip to content

Commit

Permalink
rm backing up lcov.info
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex6323 committed Dec 4, 2024
1 parent 7535611 commit c8faab0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/cargo_llvm_cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,6 @@ jobs:
echo "Removing absolute path prefix: ${{ github.workspace }} from report."
sed --in-place "s#${{ github.workspace }}#.#g" lcov.info
- name: Backup report
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
with:
name: lcov.info
path: target/lcov.info
if-no-files-found: error
retention-days: 30

- name: Upload coverage to Coveralls
uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # v2.3.4
with:
Expand Down

0 comments on commit c8faab0

Please sign in to comment.