소스 검색

Correct argument for coverage

tags/v2.1.8^2
9seconds 6 달 전
부모
커밋
ad76304b43
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      .github/workflows/ci.yaml

+ 1
- 1
.github/workflows/ci.yaml 파일 보기

@@ -67,7 +67,7 @@ jobs:
67 67
       - name: Collect coverage
68 68
         uses: codecov/codecov-action@v5
69 69
         with:
70
-          file: ./coverage.txt
70
+          files: ./coverage.txt
71 71
 
72 72
   fuzz:
73 73
     name: Fuzzing

Loading…
취소
저장