Skip to content

Commit

Permalink
Attempt at fixing codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
matteofigus committed May 2, 2024
1 parent b78d434 commit fc2439d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,8 @@ jobs:
- name: Frontend unit tests
run: make test-frontend
- name: Upload unit test coverage reports to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit fc2439d

Please sign in to comment.