Skip to content

Commit

Permalink
fix : minor edit in codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Apr 10, 2024
1 parent a9d44dd commit 90f4e35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -61,6 +61,8 @@ jobs:
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
if: matrix.python-version == env.TEST_PYTHON_VERSION && matrix.os == env.TEST_OS
- name: cProfile
run: |
Expand Down

0 comments on commit 90f4e35

Please sign in to comment.