Skip to content

Commit

Permalink
Merge pull request #23 from lenchv/fix/codecov
Browse files Browse the repository at this point in the history
fix codecov
  • Loading branch information
lenchv authored Sep 30, 2024
2 parents 72fea8e + 3020f3a commit 36b71fc
Show file tree
Hide file tree
Showing 3 changed files with 690 additions and 3,041 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,12 @@ jobs:
- run: |
npm install
npm run test
npm run coverage -- -t ${{secrets.CODECOV_TOKEN}}
bash <(curl -s https://codecov.io/bash) -t ${{secrets.CODECOV_TOKEN}}
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
directory: ./
fail_ci_if_error: true
flags: unittests
name: codecov-umbrella
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
Loading

0 comments on commit 36b71fc

Please sign in to comment.