Skip to content

Commit

Permalink
Attempt to add coverage action
Browse files Browse the repository at this point in the history
  • Loading branch information
cmalinmayor committed Feb 14, 2024
1 parent b2d62b9 commit 6eb534f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ jobs:
pip install -r requirements-dev.txt
- name: Test
run: pytest tests -s -v --color=yes
run: pytest --color=yes --cov --cov-report=xml --cov-report=term-missing

- name: Coverage
uses: codecov/codecov-action@v3

0 comments on commit 6eb534f

Please sign in to comment.