Skip to content

Commit

Permalink
Use coverage results from the installed package
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonwillard committed Aug 28, 2024
1 parent 15d9e19 commit c2704c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
pip install .[test]
- name: Run tests
run: |
pytest --cov=python/outlines_core
pytest --cov=outlines_core
env:
COVERAGE_FILE: .coverage.${{ steps.matrix-id.outputs.id }}
- name: Upload coverage data
Expand Down

0 comments on commit c2704c8

Please sign in to comment.