Skip to content

Commit 6b16d5f

Browse files
committed
🔧 Fix CodeCov config
1 parent 580a493 commit 6b16d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
- name: Submit to CodeCov
3939
uses: codecov/codecov-action@v1
4040
with:
41-
file: ./action/coverage/lcov.info
41+
file: ./coverage/lcov.info
4242
fail_ci_if_error: true

0 commit comments

Comments
 (0)