Skip to content

Commit 155f487

Browse files
committed
Updated config for codecov
1 parent 6e07164 commit 155f487

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,7 @@ jobs:
4141
run: cd org.pathvisio.lib; mvn clean install -Dgpg.skip -Pjacoco
4242
- name: push JaCoCo stats to codecov.io
4343
uses: codecov/codecov-action@v5
44-
env:
45-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
44+
with:
45+
directory: 'org.pathvisio.lib'
46+
verbose: true
47+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)