Skip to content

Commit

Permalink
fix : codecov version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Apr 10, 2024
1 parent 846dbc5 commit a9d44dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
python -m pydocstyle -v
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
if: matrix.python-version == env.TEST_PYTHON_VERSION && matrix.os == env.TEST_OS
Expand Down

0 comments on commit a9d44dd

Please sign in to comment.