Skip to content

Commit

Permalink
Added gofmt check in appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
midstar committed Apr 16, 2022
1 parent aa533ab commit 492b09d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ build_script:
# Common
- go test -v -cover github.com/midstar/mediaweb -coverprofile=coverage.out

# Check that gofmt has been executed on all go files
- sh: 'test -z $(gofmt -l *.go)'

# Publish result on coveralls.io (pick the Linux result since we have ffmpeg there)
- sh: '$GOPATH/bin/goveralls -coverprofile=coverage.out -service=appveyor-ci -repotoken=$COVERALLS_TOKEN'

Expand Down

0 comments on commit 492b09d

Please sign in to comment.