Skip to content

Commit

Permalink
Generate XML report inline
Browse files Browse the repository at this point in the history
  • Loading branch information
abkfenris committed Feb 12, 2020
1 parent e0e4edb commit 6dcb49a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,7 @@ jobs:
run: docker-compose run web python manage.py db_ready

- name: Test
run: docker-compose run web pytest --cov=. --cov-config=tox.ini

- name: Show files
run: docker-compose run web ls -la

- name: Convert coverage report
run: docker-compose run web coverage xml
run: docker-compose run web pytest --cov=. --cov-config=tox.ini --cov-report=xml:./coverage.xml

- name: Install Codacy coverage reporter
run: pip install --user codacy-coverage
Expand Down

0 comments on commit 6dcb49a

Please sign in to comment.