Skip to content

Commit

Permalink
ci: remove codecov
Browse files Browse the repository at this point in the history
We have never used code coverage in this project.
  • Loading branch information
barmac authored Feb 1, 2024
1 parent f882372 commit fa772dc
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,6 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Build
if: matrix.os == 'ubuntu-latest'
env:
COVERAGE: 1
TEST_BROWSERS: ChromeHeadless
run: npm run all
- name: Build
if: matrix.os != 'ubuntu-latest'
env:
TEST_BROWSERS: ChromeHeadless
run: npm run all
- name: Upload Coverage
uses: codecov/codecov-action@v3
if: matrix.os == 'ubuntu-latest'

0 comments on commit fa772dc

Please sign in to comment.