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 76ac9c9 commit 7a53128Copy full SHA for 7a53128
.github/workflows/codecov.yml
@@ -39,6 +39,6 @@ jobs:
39
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
40
with:
41
fail_ci_if_error: true
42
- report-type: coverage
+ report_type: coverage
43
token: ${{ secrets.CODECOV_TOKEN }}
44
verbose: true
.github/workflows/tests.yml
@@ -81,7 +81,7 @@ jobs:
81
directory: ./reports/
82
83
flags: ${{ matrix.python-version }}
84
- report-type: test_results
+ report_type: test_results
85
86
87
notifications:
0 commit comments