Skip to content

Commit

Permalink
chore(ci): remove codecov (#7)
Browse files Browse the repository at this point in the history
* chore(ci): remove codecov

* chore(ci): run unit:test
  • Loading branch information
acellam committed Aug 12, 2024
1 parent 56fb3d6 commit 4df1127
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 462 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,14 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test
- run: npm run test:unit
env:
NODE_ENV: 'test:unit'
NODE_ENV: 'test'
- name: Upload coverage reports
uses: codecov/codecov-action@v4.2.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./coverage/
- name: Coveralls
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
directory: ./coverage/
github-token: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit 4df1127

Please sign in to comment.