We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885127e commit f84bd21Copy full SHA for f84bd21
.github/workflows/main.yml
@@ -49,7 +49,7 @@ jobs:
49
env:
50
PYTEST_PLUGINS: pytest_github_actions_annotate_failures
51
run: |
52
- poetry run pytest --cov=hydroforecastingdemo --cov-report=xml --cov-report=term
+ poetry run pytest --cov=hydroforecastingdemo --cov-report=json:coverage.json --cov-report=term
53
54
- name: Update Coverage Badge
55
if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
0 commit comments