Skip to content

Commit

Permalink
Merge pull request #81 from ocefpaf/increase_test_coverage
Browse files Browse the repository at this point in the history
Increase test coverage
  • Loading branch information
ocefpaf authored Jul 4, 2024
2 parents 4bf6c87 + b6441f0 commit def8d7d
Show file tree
Hide file tree
Showing 4 changed files with 11,465 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
- name: Full Tests
shell: bash -l {0}
run: |
python -m pytest -rxs --cov=gliderpy --mpl tests
python -m pytest -rxs --cov=gliderpy --mpl --vcr-record=none tests
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pytest-cov
pytest-flake8
pytest-mpl
pytest-sugar
pytest-vcr
pytest-xdist
setuptools_scm
sphinx
Loading

0 comments on commit def8d7d

Please sign in to comment.