소스 검색

Fix codecov (#271)

J. Nick Koston 3 달 전
부모
커밋
42368c7311
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      .github/workflows/ci.yaml

+ 3 - 1
.github/workflows/ci.yaml

@@ -27,4 +27,6 @@ jobs:
       - name: Tests
         run: pytest --cov=switchbot --cov-report=term-missing --cov-report=xml tests
       - name: Upload coverage to Codecov
-        uses: codecov/codecov-action@v3
+        uses: codecov/codecov-action@v5.0.2
+        with:
+          token: ${{ secrets.CODECOV_TOKEN }} # required