Skip to content

Commit

Permalink
Update docs_to_pages.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pfebrer authored May 26, 2024
1 parent 57514b0 commit c5e501b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs_to_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
python -m pip install pytest-cov
- name: Run tests and collect coverage
run: pytest --pyargs nodify --cov=./ --cov-report=xml
run: pytest --cov=./ --cov-report=xml

- name: Upload coverage to Codecov
uses: codecov/[email protected]
Expand Down

0 comments on commit c5e501b

Please sign in to comment.