Skip to content

Commit

Permalink
activated code-cov in ci-cd
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Aug 2, 2024
1 parent 085212e commit a7e55c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
- name: Pytest
run: pytest -vvs --cov pydra2app --cov-config .coveragerc --cov-report xml .
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
# disable fail for now

Expand Down

0 comments on commit a7e55c4

Please sign in to comment.