Skip to content

Commit f84bd21

Browse files
committed
Generate json coverage
1 parent 885127e commit f84bd21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
env:
5050
PYTEST_PLUGINS: pytest_github_actions_annotate_failures
5151
run: |
52-
poetry run pytest --cov=hydroforecastingdemo --cov-report=xml --cov-report=term
52+
poetry run pytest --cov=hydroforecastingdemo --cov-report=json:coverage.json --cov-report=term
5353
5454
- name: Update Coverage Badge
5555
if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch)

0 commit comments

Comments
 (0)