Jelajahi Sumber

Switch to Github codecov action v2

Yegappan Lakshmanan 4 tahun lalu
induk
melakukan
30315ad4c0
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      .github/workflows/coverage.yml

+ 1 - 1
.github/workflows/coverage.yml

@@ -33,7 +33,7 @@ jobs:
           coverage report
           coverage xml
       - name: Upload coverage to codecov
-        uses: codecov/codecov-action@v1
+        uses: codecov/codecov-action@v2
         with:
           token: ${{ secrets.CODECOV_TOKEN }}
           file: ./test/coverage.xml