Skip to content

Commit

Permalink
Fix not sending coverage to codecov
Browse files Browse the repository at this point in the history
Signed-off-by: Taeik Lim <[email protected]>
  • Loading branch information
acktsap committed Oct 30, 2023
1 parent aa4dda9 commit 9cfd63c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
if: ${{ matrix.java-version == '8' }}
if: ${{ matrix.java-version == '17' }}
with:
files: build/kover/result.xml
files: ./build/kover/result.xml

0 comments on commit 9cfd63c

Please sign in to comment.