Skip to content

Commit a9a843d

Browse files
committed
another quick fix
1 parent 9685d77 commit a9a843d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ jobs:
6969
7070
- name: Create commit in codecov
7171
run: |
72-
codecovcli create-commit -t ${{ secrets.CODECOV_TOKEN }} --git-service github
72+
codecovcli -v create-commit -t ${{ secrets.CODECOV_TOKEN }} --git-service github
7373
7474
- name: Create commit report in codecov
7575
run: |
76-
codecovcli create-report -t ${{ secrets.CODECOV_TOKEN }} --git-service github
76+
codecovcli -v create-report -t ${{ secrets.CODECOV_TOKEN }} --git-service github
7777
7878
build-test-upload:
7979
strategy:

0 commit comments

Comments
 (0)