Skip to content

Commit

Permalink
edit cov path
Browse files Browse the repository at this point in the history
  • Loading branch information
ericfell committed Oct 30, 2023
1 parent bbb10eb commit 29c65f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
pip install -r requirements.txt
- name: Run tests and collect coverage
run: pytest --cov=rfbzero ../tests/
run: pytest --cov=rfbzero tests/

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4-beta
Expand Down

0 comments on commit 29c65f8

Please sign in to comment.