Skip to content

Commit 0279d57

Browse files
committed
imp(coverage): Back to 1, since 3 is breaking coverage reports
1 parent 0923d26 commit 0279d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
cache: maven
3131
- name: Build with Maven
3232
run: ./mvnw $mvn_options package --file pom.xml
33-
- uses: codecov/codecov-action@v3
33+
- uses: codecov/codecov-action@v1
3434
with:
3535
file: ./**/target/site/jacoco/jacoco.xml
3636
name: codecov

0 commit comments

Comments
 (0)