Skip to content

Commit

Permalink
show missing lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Mathias Schreiner committed Feb 14, 2025
1 parent 2101a2d commit daf4b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: |
python -m pytest tests/ --cov mllam_data_prep --cov-fail-under=100
python -m pytest tests/ --cov mllam_data_prep --cov-fail-under=100 --cov-report term-missing

0 comments on commit daf4b71

Please sign in to comment.