Skip to content

Commit

Permalink
fix: update codecov-action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
rimesime committed Apr 23, 2024
1 parent 0a9ad53 commit fe2f1b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_and_publish.yml
Expand Up @@ -23,11 +23,12 @@ jobs:
- run: npm ci
- run: npm test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
flags: run-${{ matrix.node-version }}
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}

analyze:
name: Analyze
Expand Down

0 comments on commit fe2f1b5

Please sign in to comment.