Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/testing/template_data' into test…
Browse files Browse the repository at this point in the history
…ing/wrapper
  • Loading branch information
IvanARashid committed Aug 30, 2023
2 parents eae6bba + 70d06a0 commit 01a5885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- name: Test with pytest
run: |
pip install pytest pytest-cov
python -m pytest --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
python -m pytest --doctest-modules --junitxml=junit/test-results.xml --cov=. --cov-report=xml --cov-report=html

0 comments on commit 01a5885

Please sign in to comment.