Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b1904cf

Browse files
committedJul 13, 2023
btrfs-progs: ci: upload coverage workflow results to codecov.io
Signed-off-by: David Sterba <dsterba@suse.com>
1 parent c06730f commit b1904cf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎.github/workflows/coverage.yml

+6
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,9 @@ jobs:
5050
with:
5151
name: lcov-out
5252
path: lcov-out
53+
- name: Upload coverage reports to Codecov
54+
uses: codecov/codecov-action@v3
55+
with:
56+
files: ${{github.workspace}}/lcov-info
57+
env:
58+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }

0 commit comments

Comments
 (0)
Please sign in to comment.