Skip to content

Commit

Permalink
upgrade to v3 codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
ouchadam committed Dec 7, 2022
1 parent 0fca429 commit 1e46822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Run all unit tests
run: ./gradlew clean allCodeCoverageReport --no-daemon

- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3
with:
verbose: true
files: ./build/reports/jacoco/allCodeCoverageReport/allCodeCoverageReport.xml,./chat-engine/build/reports/jacoco/allCodeCoverageReport/allCodeCoverageReport.xml

0 comments on commit 1e46822

Please sign in to comment.