Skip to content

Commit

Permalink
Bring back tests
Browse files Browse the repository at this point in the history
  • Loading branch information
israelmcmc committed May 8, 2024
1 parent ac66559 commit 8baae0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Tests
run: |
pip install pytest pytest-cov
pytest tests/test_test.py --junitxml=junit/test-results.xml --cov=cosipy --cov-report=xml --cov-report=html
pytest tests --junitxml=junit/test-results.xml --cov=cosipy --cov-report=xml --cov-report=html
- name: Codecov
uses: codecov/[email protected]
env:
Expand Down
2 changes: 0 additions & 2 deletions tests/test_test.py

This file was deleted.

0 comments on commit 8baae0d

Please sign in to comment.