Parcourir la source

Update Codecov `action` (#974)

chenquan il y a 3 ans
Parent
commit
b9e268aae8
1 fichiers modifiés avec 1 ajouts et 3 suppressions
  1. 1 3
      .github/workflows/go.yml

+ 1 - 3
.github/workflows/go.yml

@@ -29,6 +29,4 @@ jobs:
       run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
 
     - name: Codecov
-      uses: codecov/codecov-action@v1.0.6
-      with:
-        token: ${{secrets.CODECOV_TOKEN}}
+      uses: codecov/codecov-action@v2