Skip to content

Commit

Permalink
Run just good examples
Browse files Browse the repository at this point in the history
  • Loading branch information
vatai committed May 5, 2024
1 parent 9e8b57e commit 4d8e5b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
discover -v
- name: Run examples
run: >-
for file in $(ls examples/*.py); do
for file in $(ls examples/aniso*.py); do
PYTHONPATH=. coverage run -a $file --fast
done
- name: Create report
run: >-
coverage report && coverage xml && ls -lrt
# - name: Code Coverage Report
# uses: irongut/CodeCoverageSummary@v1.3.0
# with:
# filename: coverage/**/coverage.cobertura.xml
- name: Code Coverage Report
uses: irongut/CodeCoverageSummary@v1.3.0
with:
filename: report.xml

0 comments on commit 4d8e5b6

Please sign in to comment.