Skip to content

Commit

Permalink
Merge pull request #22 from LuchoTurtle/coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
LuchoTurtle committed Dec 3, 2023
2 parents d7bd173 + 9b59d82 commit 95a00f3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

- run: npm install
- run: npm run build --if-present
- run: npm test
- run: npm test

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 95a00f3

Please sign in to comment.