Skip to content

Commit

Permalink
Advanced pipeline
Browse files Browse the repository at this point in the history
First try of codecoverage using codecoverage
  • Loading branch information
daklauss committed Aug 21, 2024
1 parent acf95b5 commit 13850f9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,11 @@ jobs:
pip install -e ./[testing]
- name: Test
if: always()
run: |
pytest
coverage run -m pytest
- name: Coverage report
if: always()
run: |
coverage report -m
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ debug*
*.h5
*.egg-info
.vscode
.coverage
Binary file modified environment.yml
Binary file not shown.

0 comments on commit 13850f9

Please sign in to comment.