Skip to content

Commit 8513282

Browse files
committed
ci-debug
1 parent 855a803 commit 8513282

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,8 @@ jobs:
110110
with:
111111
github-token: ${{ secrets.GITHUB_TOKEN }}
112112
path-to-lcov: ./lcov.info
113+
- uses: codecov/codecov-action@v2
114+
with:
115+
token: ${{ secrets.CODECOV_TOKEN }}
116+
flags: codecov-lcov
117+
files: lcov.info

0 commit comments

Comments
 (0)