Skip to content

Commit

Permalink
ci: fix test discoverability for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
andnp committed Sep 7, 2024
1 parent b58e135 commit 4c7d523
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- run: echo "$PWD/.venv/bin" >> $GITHUB_PATH

- run: pytest tests/ --junitxml=junit/test-results-${{ matrix.os }}-${{ matrix.python-version }}.xml --cov=recommence --cov-report=html:coverage/cov-${{ matrix.os }}-${{ matrix.python-version }}.html
- run: pytest tests/ --junitxml=junit/test-results-${{ matrix.os }}-${{ matrix.python-version }}.xml --cov=ml_experiment --cov-report=html:coverage/cov-${{ matrix.os }}-${{ matrix.python-version }}.html

- name: Upload pytest test results
uses: actions/upload-artifact@v4
Expand Down
Empty file added tests/__init__.py
Empty file.

0 comments on commit 4c7d523

Please sign in to comment.