Skip to content

Commit

Permalink
WIP Configure CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtanko committed Jan 2, 2024
1 parent d83278f commit 99699cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./build/reports/kover/
files: ./build/reports/kover/report.xml
directory: ./build/reports/jacoco/test/ # ./build/reports/kover/
files: ./build/reports/jacoco/test/jacocoTestReport.xml # ./build/reports/kover/report.xml
verbose: true

- name: Upload test coverage to Code Climate
Expand Down

0 comments on commit 99699cd

Please sign in to comment.