Skip to content

Commit f595b39

Browse files
Merge branch 'master' of git+ssh://github.com/automl/mdp-playground
2 parents eacbefd + f7f4178 commit f595b39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/gh-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
flake8 . --count --exit-zero --statistics
3737
- name: Test with pytest
3838
run: |
39-
pytest tests
39+
pytest .
4040
- name: Cov report
4141
run: |
42-
pytest --cov=./ --cov-report=xml tests
42+
pytest --cov=./ --cov-report=xml .
4343
- name: Upload coverage to Codecov
4444
uses: codecov/codecov-action@v1
4545
with:

0 commit comments

Comments
 (0)