Skip to content

Commit

Permalink
fix : test.yml coverage section updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Apr 13, 2024
1 parent d046270 commit fba77d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,11 @@ jobs:
python otherfiles/notebook_check.py
if: matrix.python-version == env.TEST_PYTHON_VERSION && matrix.os == env.TEST_OS
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
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 fba77d1

Please sign in to comment.