Skip to content

Commit

Permalink
Update tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoadesScholar authored Mar 14, 2024
1 parent 9ed3595 commit a71a183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
pip install ".[dev]"
- name: Test with pytest
run: |
pytest # --color=yes --cov={{cookiecutter.project_slug}} --cov-report=xml --cov-report=term-missing tests
pytest --color=yes --cov={{cookiecutter.project_slug}} --cov-report=xml --cov-report=term-missing tests
# Coverage should work out of the box for public repos. For private repos, more setup is likely required.
- name: Coverage
uses: codecov/codecov-action@v4

0 comments on commit a71a183

Please sign in to comment.