Skip to content

Commit 5856c6b

Browse files
committed
Fix error in ci github action
1 parent 16c6290 commit 5856c6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
run: make tests
2222
- name: Upload coverage
2323
uses: codecov/codecov-action@v1
24-
with:
25-
# token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
24+
# with:
25+
# token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos

0 commit comments

Comments
 (0)