2
0
Эх сурвалжийг харах

Test push to codecov without token

tumao 3 жил өмнө
parent
commit
58e8548463
1 өөрчлөгдсөн 17 нэмэгдсэн , 17 устгасан
  1. 17 17
      .github/workflows/dev.yml

+ 17 - 17
.github/workflows/dev.yml

@@ -21,11 +21,11 @@ jobs:
           cd express
           yarn install
           yarn test:cov
-      
+
       - name: Upload coverage to Codecov
         uses: codecov/codecov-action@v2
         with:
-          token: ${{ secrets.CODECOV_TOKEN }}
+          # token: ${{ secrets.CODECOV_TOKEN }}
           flags: express
 
       - name: Login to DockerHub
@@ -78,19 +78,19 @@ jobs:
   #         sleep 60
 
   # check:
-    # runs-on: ubuntu-latest
-    # needs: [build, k8s]
-    # steps:
-    #   - uses: actions/checkout@v2
-    #   - name: Setup Node.js
-    #     uses: actions/setup-node@v1
-    #     with:
-    #       node-version: 12
+  # runs-on: ubuntu-latest
+  # needs: [build, k8s]
+  # steps:
+  #   - uses: actions/checkout@v2
+  #   - name: Setup Node.js
+  #     uses: actions/setup-node@v1
+  #     with:
+  #       node-version: 12
 
-    #   - name: Check insight status
-    #     env:
-    #       INSIGHT_URL: ${{ secrets.INSIGHT_URL }}
-    #     run: |
-    #       yarn add axios
-    #       yarn add @actions/core
-    #       node checkInsight.js
+  #   - name: Check insight status
+  #     env:
+  #       INSIGHT_URL: ${{ secrets.INSIGHT_URL }}
+  #     run: |
+  #       yarn add axios
+  #       yarn add @actions/core
+  #       node checkInsight.js