Skip to content

Commit

Permalink
ci: Attempt to fix Codecov for client module
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz.gryzbon committed Feb 27, 2022
1 parent 5abf3ee commit 64cd243
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,13 @@ jobs:
path: build
- uses: codecov/codecov-action@v1
with:
files:
server/build/reports/jacoco/test/jacocoTestReport.xml
files: server/build/reports/jacoco/test/jacocoTestReport.xml
client/build/reports/jacoco/test/jacocoTestReport.xml
verbose: true
- uses: codecov/codecov-action@v1
with:
files: client/build/reports/jacoco/test/jacocoTestReport.xml
verbose: true
release:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 64cd243

Please sign in to comment.