Skip to content

Commit

Permalink
run entire unit test directory in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfromearth committed May 14, 2024
1 parent f91af0b commit 2804c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
poetry run ruff check concatenator
- name: Run tests and collect coverage
run: poetry run pytest --cov=concatenator tests/unit/test_dataset_and_group_handling.py --cov-report=xml
run: poetry run pytest --cov=concatenator tests/unit --cov-report=xml
# TODO: expand tests to include full concatenation runs, i.e., not only test_dataset_and_group_handling.py

- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit 2804c4e

Please sign in to comment.