Skip to content

Commit

Permalink
ci: use json to report to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed Aug 15, 2024
1 parent 335c51f commit 95dc195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: yarn install --immutable

- name: Generate Coverage
run: NODE_V8_COVERAGE=./docs/coverage yarn test:coverage:lcov
run: NODE_V8_COVERAGE=./docs/coverage yarn test:coverage:json

- name: Create nojekyll
run: touch docs/.nojekyll
Expand Down

0 comments on commit 95dc195

Please sign in to comment.