Skip to content

Commit

Permalink
add grcov in agithub actions 2
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wing committed Oct 7, 2024
1 parent 6f172b5 commit b4c7a3f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/grcov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,6 @@ jobs:
--service-job-id ${{ github.job }} \
--service-name "GitHub Actions" \
--service-number ${{ github.run_id }}
- name: Upload coverage as artifact
uses: actions/upload-artifact@v2
with:
name: lcov.info
# path: ${{ steps.grcov.outputs.report }}
path: lcov.info
- name: Upload coverage to codecov.io
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit b4c7a3f

Please sign in to comment.