Skip to content

Commit

Permalink
fix : codecov upload section updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Nov 20, 2024
1 parent c5b9c0c commit 0a932cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
if: matrix.python-version == env.TEST_PYTHON_VERSION && matrix.os == env.TEST_OS
- name: Vulture, Bandit and Pydocstyle tests
run: |
Expand Down

0 comments on commit 0a932cc

Please sign in to comment.