Skip to content

Commit

Permalink
trying a single file at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed Jan 31, 2024
1 parent 4bbd948 commit c3bb019
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,8 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
files: |
./app/build/reports/jacoco/jacocoTestReportUnitTests/jacocoTestReportUnitTests.xml
./lib/build/reports/jacoco/test/jacocoTestReport.xml
files: ./app/build/reports/jacoco/jacocoTestReportUnitTests/jacocoTestReportUnitTests.xml
# ./lib/build/reports/jacoco/test/jacocoTestReport.xml

- name: Upload Instrumented Tests Report to CodeCov
# https://github.com/codecov/codecov-action
Expand Down

0 comments on commit c3bb019

Please sign in to comment.