Skip to content

Commit 3245aa4

Browse files
authored
Update maven-build.yml for codecov
1 parent 1f21788 commit 3245aa4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/maven-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,9 @@ jobs:
9191
with:
9292
# we do not want to have coverage not reported for a PR.
9393
fail_ci_if_error: true
94-
token: ${{ secrets.CODECOV_TOKEN }}
9594
verbose: true
95+
env:
96+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
9697

9798
test-java-8:
9899
name: test Java 8 (no-build)

0 commit comments

Comments
 (0)