upgrade to v3 codecov action

This commit is contained in:
Adam Brown 2022-12-07 22:33:09 +00:00
parent 0fca429a07
commit 1e46822c6c
1 changed files with 1 additions and 1 deletions

View File

@ -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