Skip to content

Commit 660b1e2

Browse files
committed
ci: use .json file for codecov
1 parent ecd9403 commit 660b1e2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverage-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
- uses: codecov/codecov-action@v1
1919
with:
2020
token: ${{ secrets.CODECOV_TOKEN }} #required
21-
file: ./packages/react-isomorphic-data/coverage/clover.xml
21+
file: ./packages/react-isomorphic-data/coverage/coverage-final.json
2222
fail_ci_if_error: true #optional (default = false)

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
- uses: codecov/codecov-action@v1
1818
with:
1919
token: ${{ secrets.CODECOV_TOKEN }} #required
20-
file: ./packages/react-isomorphic-data/coverage/clover.xml
20+
file: ./packages/react-isomorphic-data/coverage/coverage-final.json
2121
fail_ci_if_error: true #optional (default = false)

0 commit comments

Comments
 (0)