Pārlūkot izejas kodu

update codecov test result upload

wangweimin 2 gadi atpakaļ
vecāks
revīzija
08dfd17a42
1 mainītis faili ar 5 papildinājumiem un 3 dzēšanām
  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)