Add binary autoupdate.

This commit is contained in:
2021-05-15 17:34:50 +01:00
parent 7608d2bc50
commit 29ad85b62a
7 changed files with 92 additions and 12 deletions
-8
View File
@@ -82,14 +82,6 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
files: coverage.out
# - name: Codeclimate
# uses: paambaati/codeclimate-action@v2.7.5
# with:
# coverageCommand: go test -race -coverprofile=cover.out -covermode=atomic -v -bench=. ./...
# coverageLocations:
# "${{github.workspace}}/cover.out:gocov"
# env:
# CC_TEST_REPORTER_ID: ${{ secrets.CODECLIMATE_KEY }}
code_scans:
needs: [ prepare ]