Skip to content

Commit

Permalink
[CI] Add token for CodeCov
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanyonkov committed Feb 5, 2024
1 parent 3bdfda0 commit 7b369d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- name: JaCoCo Coverage
run: mvn clean test jacoco:report -Pmvn-deploy
- name: Codecov Upload
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./openai-api-coverage/target/site/jacoco-aggregate/jacoco.xml
fail_ci_if_error: true

0 comments on commit 7b369d3

Please sign in to comment.