Skip to content

Commit cb869c8

Browse files
committed
update coverage to pettingxzoo folder
1 parent b25e8ca commit cb869c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
pip freeze > pip_versions-${{ matrix.python-version }}.txt
6363
cat pip_versions-${{ matrix.python-version }}.txt
6464
- name: Run pytest
65-
run: pytest --cov=ml-agents ml-agents --cov=ml-agents-envs ml-agents-envs --cov=gym-unity gym-unity --cov-report=html --junitxml=junit/test-results-${{ matrix.python-version }}.xml -p no:warnings -v
65+
run: pytest --cov=ml-agents ml-agents --cov=ml-agents-envs ml-agents-envs --cov=gym-unity gym-unity --cov=pettingzoo-unity pettingzoo-unity --cov-report=html --junitxml=junit/test-results-${{ matrix.python-version }}.xml -p no:warnings -v
6666
- name: Upload pytest test results
6767
uses: actions/upload-artifact@v2
6868
with:

0 commit comments

Comments
 (0)