Skip to content

Commit

Permalink
btrfs-progs: ci: upload coverage workflow results to codecov.io
Browse files Browse the repository at this point in the history
Signed-off-by: David Sterba <[email protected]>
  • Loading branch information
kdave committed Jul 13, 2023
1 parent c06730f commit b1904cf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,9 @@ jobs:
with:
name: lcov-out
path: lcov-out
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
files: ${{github.workspace}}/lcov-info
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }

0 comments on commit b1904cf

Please sign in to comment.