Skip to content

Commit 7a53128

Browse files
committed
fix: copied a strange symbol
1 parent 76ac9c9 commit 7a53128

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
4040
with:
4141
fail_ci_if_error: true
42-
report-type: coverage
42+
report_type: coverage
4343
token: ${{ secrets.CODECOV_TOKEN }}
4444
verbose: true

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
directory: ./reports/
8282
fail_ci_if_error: true
8383
flags: ${{ matrix.python-version }}
84-
report-type: test_results
84+
report_type: test_results
8585
token: ${{ secrets.CODECOV_TOKEN }}
8686
verbose: true
8787
notifications:

0 commit comments

Comments
 (0)