Skip to content

Commit

Permalink
fix : codecov script added
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Feb 8, 2025
1 parent b54f7bc commit 6d0abd5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
- name: Test with pytest
run: |
python -m pytest . --cov=memor --cov-report=term
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
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: |
python -m vulture memor/ otherfiles/ setup.py --min-confidence 65 --exclude=__init__.py --sort-by-size
Expand Down

0 comments on commit 6d0abd5

Please sign in to comment.