We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ab095d + 72e0141 commit 016b70aCopy full SHA for 016b70a
1 file changed
.github/workflows/release.yml
@@ -62,13 +62,13 @@ jobs:
62
uses: codecov/codecov-action@v2
63
with:
64
token: ${{ secrets.CODECOV_TOKEN }}
65
- directory: ./coverage/reports/
+ directory: ./
66
env_vars: OS,PYTHON
67
fail_ci_if_error: true
68
- files: ./coverage1.xml,./coverage2.xml
+ files: ./coverage.xml
69
flags: unittests
70
- name: codecov-umbrella
71
- path_to_write_report: ./coverage/codecov_report.txt
+ name: flask-htmx
+ path_to_write_report: ./codecov_report.txt
72
verbose: true
73
74
- name: Publish to PyPI
0 commit comments