Skip to content

Commit

Permalink
Fix indendation bug in CI
Browse files Browse the repository at this point in the history
Previous commit was garbled.
  • Loading branch information
berland committed Oct 2, 2024
1 parent 85fbde0 commit 2381b8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:

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

0 comments on commit 2381b8a

Please sign in to comment.