Skip to content

Commit

Permalink
test_last
Browse files Browse the repository at this point in the history
  • Loading branch information
Vepricov committed Nov 5, 2024
1 parent 4804071 commit 634ed54
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- name: Testing
run: |
PYTHONPATH=src/ pytest tests/ --cov=relaxit --cov-report=xml
- name: Upload to Codecov
uses: codecov/codecov-action@v2
with:
files: ./coverage.xml,
fail_ci_if_error: true
verbose: true
# - name: Upload to Codecov
# uses: codecov/codecov-action@v2
# with:
# files: ./coverage.xml,
# fail_ci_if_error: true
# verbose: true

0 comments on commit 634ed54

Please sign in to comment.