Skip to content

Commit d6f0bf7

Browse files
committed
Fix indendation bug in CI
Previous commit was garbled.
1 parent 49e8115 commit d6f0bf7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codecov.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040

4141
- name: Upload test report to Codecov
4242
if: ${{ !cancelled() }}
43-
uses: codecov/test-results-action@v1
44-
with:
45-
token: ${{ secrets.CODECOV_TOKEN }}
43+
uses: codecov/test-results-action@v1
44+
with:
45+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)