We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e4380 commit c782520Copy full SHA for c782520
1 file changed
.github/workflows/unit-tests.yml
@@ -30,7 +30,9 @@ jobs:
30
run: mvn --batch-mode clean test
31
32
- name: Test Coverage
33
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4.0.1
34
+ env:
35
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
36
37
- name: SonarCloud Analyze
38
run: >
0 commit comments