Skip to content

Commit

Permalink
Merge pull request #144 from fingerprintjs/ci/fix-coverage-action
Browse files Browse the repository at this point in the history
ci: fix coverage report action
  • Loading branch information
Sergey Shelomentsev authored Nov 22, 2023
2 parents 54fdac0 + b7dfea8 commit acfde43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
env:
CI: true
- name: Run test
run: yarn test
run: yarn test:coverage

- name: Create Coverage Badges
uses: jaywcjlove/coverage-badges-cli@e07f25709cd25486855c1ba1b26da53576ff3620
Expand Down

0 comments on commit acfde43

Please sign in to comment.