Skip to content

Commit

Permalink
Run doctests with unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Sep 18, 2024
1 parent d917999 commit 084ab7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:

- name: "Run tests"
run: |
pytest icepyx/tests/unit --verbose --cov app
pytest icepyx/ --verbose --cov app \
--ignore=icepyx/tests/integration
- name: "Upload coverage report"
uses: "codecov/[email protected]"
Expand Down

0 comments on commit 084ab7d

Please sign in to comment.