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

Commit d27c583

Browse files
authored
testing codecov
1 parent af40fca commit d27c583

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@ jobs:
1414
java-version: '11.0.8'
1515
architecture: x64
1616
- name: Run tests with maven.
17-
run: mvn -B test --file pom.xml
17+
run: mvn -B test --file pom.xml
18+
- name: upload codecov
19+
run: bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN
20+

0 commit comments

Comments
 (0)