add coveralls integration

This commit is contained in:
Umputun
2021-04-09 19:25:41 -05:00
parent 14e5fc68f5
commit 7492b8bbfe

View File

@@ -40,6 +40,11 @@ jobs:
GOFLAGS: "-mod=vendor"
TZ: "America/Chicago"
- name: submit coverage
run: $(go env GOPATH)/bin/goveralls -service="github" -coverprofile=$GITHUB_WORKSPACE/profile.cov
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: build and deploy image
env:
GITHUB_PACKAGE_TOKEN: ${{ secrets.PKG_TOKEN }}