Skip to content

Commit

Permalink
adjusted cov
Browse files Browse the repository at this point in the history
  • Loading branch information
Fovty committed May 7, 2024
1 parent 21ed070 commit 4a1327e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
pip install poetry
poetry install
- name: Run pytest with coverage and generate report
run: poetry run pytest --cov=app --cov-report=term-missing:skip-covered tests/ | tee pytest-coverage.txt
run: poetry run pytest --cov=. --cov-report=term-missing:skip-covered tests/ | tee pytest-coverage.txt
- name: Upload pytest coverage report as artifact
uses: actions/upload-artifact@v4
with:
Expand Down

1 comment on commit 4a1327e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
kube_downscaler
   helper.py72889%69–71, 95–97, 134–135
   scaler.py2571694%123, 204–205, 209–210, 251–252, 256–260, 454–460, 513, 524
   shutdown.py18667%15–17, 21–23
kube_downscaler/resources
   rollout.py9278%14–15
tests
   test_autoscale_resource.py303199%297
   test_scaler.py5032495%39, 99, 172, 250, 320, 383, 444, 507, 567, 623, 681, 757, 822, 848, 901, 981, 1053, 1116, 1166, 1280, 1339, 1389, 1446, 1537
TOTAL15235796% 

Please sign in to comment.