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

Commit d54fc08

Browse files
authored
Update tests.yml
1 parent 791ad07 commit d54fc08

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) -vZ -t ${{ secrets.CODECOV_TOKEN }}
19+
run: bash <(curl -s https://codecov.io/bash) -vZ
2020

0 commit comments

Comments
 (0)