Skip to content

Commit

Permalink
build: test wasn't running with coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddentao committed Feb 15, 2024
1 parent 0dd00b1 commit a117806
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,12 @@ jobs:
run: yarn build --sizes
id: build

- name: Run tests
run: yarn test
- name: Run tests with coverage
run: yarn test-coverage
id: test

- name: Coveralls
- name: Upload coverage report to Coveralls
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./lcov.info
format: lcov

0 comments on commit a117806

Please sign in to comment.