Skip to content

Commit

Permalink
update codecov gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
biancarosa committed May 30, 2024
1 parent 594ea07 commit 69a7e12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ jobs:
- name: Test Coverage
run: make coverage
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 69a7e12

Please sign in to comment.