Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LMBooth authored Oct 23, 2023
1 parent e26d3e1 commit 9ac8cbe
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 @@ -61,7 +61,7 @@ jobs:
- name: Run Tests
run: |
pytest Tests/ --cov=pybci --cov-report=xml
pytest Tests/ --cov=pybci --cov-report=xml -vv
- name: Upload coverage to GitHub Artifacts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 9ac8cbe

Please sign in to comment.