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 22, 2023
1 parent 9b96f78 commit f405bda
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,12 @@ jobs:
- name: Run Tests
run: |
pytest Tests/ --cov=pybci --cov-report=xml
- name: Upload coverage to GitHub Artifacts
uses: actions/upload-artifact@v2
with:
name: coverage-report
path: coverage.xml

- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v2
with:
Expand Down

0 comments on commit f405bda

Please sign in to comment.