Parcourir la source

update codecov test result upload

wangweimin il y a 2 ans
Parent
commit
08dfd17a42
1 fichiers modifiés avec 5 ajouts et 3 suppressions
  1. 5 3
      .github/workflows/test.yml

+ 5 - 3
.github/workflows/test.yml

@@ -41,6 +41,8 @@ jobs:
         with:
           name: test output
           path: test/output
-      - name: Upload Codecov Report
-        working-directory: ./test
-        run: bash <(curl -s https://codecov.io/bash)
+      - name: Upload test output
+        uses: codecov/codecov-action@v3
+        with:
+          working-directory: ./test
+          verbose: true # optional (default = false)