Skip to content

Commit

Permalink
Remove codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
lpellegr committed Nov 2, 2024
1 parent d466cc8 commit fe6147d
Show file tree
Hide file tree
Showing 3 changed files with 295 additions and 4,392 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test and Coverage
name: Build and Test

on: [push, pull_request]

Expand All @@ -16,6 +16,3 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run test
- run: npm run coverage
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Loading

0 comments on commit fe6147d

Please sign in to comment.