Skip to content

Commit

Permalink
Update codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelo-lourenco authored Oct 7, 2024
1 parent a449c36 commit daa381a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'

- name: Run tests with coverage
run: npm ci
run: npm run coverage
- run: npm ci
- run: npm run coverage

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit daa381a

Please sign in to comment.