Skip to content

Commit

Permalink
Merge pull request #26 from Kitware/testing-is-back
Browse files Browse the repository at this point in the history
ci: bring back testing
  • Loading branch information
jourdain committed Apr 10, 2024
2 parents d72ae3f + 8bc7168 commit c9edb1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ jobs:
pip install -r tests/requirements.txt
# Run the tests with coverage so we get a coverage report too
pip install coverage
# TMP # coverage run --source . -m pytest -s .
# coverage run --source . -m pytest -s .
# Print the coverage report
# TMP # coverage report -m
# coverage report -m
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ seleniumbase
pixelmatch
Pillow
pytest-xprocess
trame
trame>=3.6
trame-server>=3

0 comments on commit c9edb1a

Please sign in to comment.