Parcourir la source

Switch to Github codecov action v2

Yegappan Lakshmanan il y a 4 ans
Parent
commit
30315ad4c0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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