Skip to content

Commit

Permalink
Update coverage path for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hsahovic committed Oct 30, 2019
1 parent 1d03957 commit 17aef2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
name: run tests
command: |
. venv/bin/activate
pytest --cov=src/pokemon_showdown_env test/
pytest --cov=src/poke_env test/
- run:
name: Converting coverage to xml
Expand Down

0 comments on commit 17aef2d

Please sign in to comment.