Skip to content

Commit

Permalink
fix: removing coverall items since it's not used anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
shairozan committed Jan 4, 2024
1 parent 7aa51be commit d543640
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,4 @@ steps:
commands:
- go mod tidy
- go mod download
- go test ./... -covermode=count -coverprofile=coverage.out

- name: Coverall Work
image: golang
environment:
COVERALLS_TOKEN:
from_secret: COVERALLS_TOKEN
commands:
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
- go mod download
#Revert the mod file so it doesn't freaking break
- git checkout go.mod
- goveralls -coverprofile=coverage.out -service=drone.io -repotoken $COVERALLS_TOKEN
when:
event:
exclude:
- pull_request
- go test ./...

0 comments on commit d543640

Please sign in to comment.