Skip to content

Commit

Permalink
Correct the route
Browse files Browse the repository at this point in the history
  • Loading branch information
yihong1120 committed Aug 6, 2024
1 parent ca286f0 commit 02f35fd
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 @@ -15,7 +15,7 @@ jobs:
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run tests and collect coverage
run: pytest --cov src /tests
run: pytest --cov=src tests/
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 02f35fd

Please sign in to comment.