Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-hadley committed Jan 22, 2024
1 parent e13f6a5 commit 4595368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
echo 'Skipping flake8 temporarily'
- name: Test with pytest and coverage
run: |
python -m pytest tests --cov --cov-report='json'
python -m pytest tests --cov=dumpkerning --cov=getKerningPairsFromFEA --cov=getKerningPairsFromOTF --cov=getKerningPairsFromUFO --cov-report='json'
- name: Coverage
run: |
export TOTAL=$(python -c "import json;print(json.load(open('coverage.json'))['totals']['percent_covered_display'])")
Expand Down

0 comments on commit 4595368

Please sign in to comment.