Skip to content

Commit f15aa03

Browse files
committed
wip
1 parent 28bbfa3 commit f15aa03

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,12 @@ jobs:
5454
- name: Upload coverage to Codecov
5555
uses: codecov/codecov-action@v4
5656
with:
57-
token: ${{ secrets.CODECOV_TOKEN }}
58-
files: ./coverage/lcov.info
57+
token: ${{ secrets.CODECOV_TOKEN }} # Optional for public repos, but improves reliability
58+
file: ./coverage/lcov.info
5959
flags: unittests
6060
name: codecov-umbrella
6161
fail_ci_if_error: false
62+
verbose: true
6263

6364
- name: Archive test results
6465
if: always()

0 commit comments

Comments
 (0)