Skip to content

Commit

Permalink
CI: Test coverage (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbrodbeck authored Nov 28, 2024
1 parent f8cec67 commit fb6ae94
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python Package using Conda
name: Tests

on: [push]

Expand Down Expand Up @@ -34,4 +34,8 @@ jobs:
env:
DISPLAY: :99
run: |
pytest
pytest --cov --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit fb6ae94

Please sign in to comment.