Skip to content

Commit 8406703

Browse files
committed
Add verbosity to codecov
1 parent e341853 commit 8406703

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/code-coverage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ jobs:
3535
file: coverage.out
3636
flags: unittests
3737
fail_ci_if_error: true
38-
token: ${{ secrets.CODECOV_TOKEN }}
38+
token: ${{ secrets.CODECOV_TOKEN }}
39+
verbose: true

0 commit comments

Comments
 (0)