Skip to content

Commit

Permalink
update pytest coverage to only include src files, cleanup build and d…
Browse files Browse the repository at this point in the history
…ist folders which can be gitignored
  • Loading branch information
mackenzie-grimes-noaa committed Jul 11, 2023
1 parent 51ecd3d commit da8edd2
Show file tree
Hide file tree
Showing 21 changed files with 3 additions and 2,308 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ jobs:
# run: |
# conda install pytest python-dateutil==2.8.2 pint==0.21
- name: Test with pytest
working-directory: python/idsse_common/test
run: |
pytest python/idsse_common/test --cov=python/idsse_common python/idsse_common/test --cov-report=term-missing
pytest --cov=../idsse/common --cov-report=term
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ __pycache__
.venv
.pytest_cache
.coverage*
.python-version
build/
dist/
*.egg*
Empty file.
213 changes: 0 additions & 213 deletions python/idsse_common/build/lib/idsse/common/aws_utils.py

This file was deleted.

Loading

0 comments on commit da8edd2

Please sign in to comment.