Skip to content

Commit

Permalink
test_coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
markur4 committed Nov 17, 2023
1 parent 2f7dd19 commit 5a6c4bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install development tools
run: pip install pytest pytest-cov
- name: Run tests and collect coverage
run: pytest tests --cov=src/plotastic --cov-report=xml
run: pytest tests --cov --cov-report=xml
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v3
env:
Expand Down
2 changes: 1 addition & 1 deletion tests/run_tests_in_new_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
! pip install pytest pytest-cov ipytest

# %%
! pytest --cov=src/plotastic --cov-report=xml
! pytest --cov --cov-report=xml

# %%

0 comments on commit 5a6c4bb

Please sign in to comment.