Skip to content

Commit c194efe

Browse files
add missing inputs to codecov action (#8)
2 parents 7d3a9c3 + 4e0cc79 commit c194efe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/unittest.yml

+3
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,7 @@ jobs:
4040
- name: Upload coverage reports to Codecov
4141
uses: codecov/codecov-action@v4
4242
with:
43+
working-directory: ${{github.workspace}}
4344
token: ${{ secrets.CODECOV_TOKEN }}
45+
file: ${{github.workspace}}/.coverage
46+
verbose: true

0 commit comments

Comments
 (0)