Skip to content

Commit

Permalink
fix call to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelZe committed Nov 20, 2023
1 parent a7d1ffe commit a2e44e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
pip install .[dev]
- name: Test with pytest
run: pytest -v --cov=tclf --pyargs tclf
- name: Code coverage
run: codecov
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v2

0 comments on commit a2e44e1

Please sign in to comment.