Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit d1b683b

Browse files
authored
Update tests.yml
1 parent 6e2ec39 commit d1b683b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
- name: Run tests with maven.
1717
run: mvn -B test --file pom.xml
1818
- name: upload codecov
19-
run: bash <(curl -s https://codecov.io/bash)
19+
run: bash <(curl -s https://codecov.io/bash) -vZ -t ${{ secrets.CODECOV_TOKEN }}
2020

0 commit comments

Comments
 (0)