Skip to content

Commit

Permalink
Merge pull request #50 from radionets-project/update_CI
Browse files Browse the repository at this point in the history
Make tests more verbose in CI
  • Loading branch information
Kevin2 authored Jan 24, 2025
2 parents 37a740c + c457f15 commit 0399262
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -69,7 +69,7 @@ jobs:

- name: Tests
run: |
pytest --cov --cov-report=xml
pytest -vv --cov --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand Down
1 change: 1 addition & 0 deletions docs/changes/50.maintenance.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Increase verbosity of tests in CI

0 comments on commit 0399262

Please sign in to comment.