Skip to content

v0.0.8

Compare
Choose a tag to compare
@gdm85 gdm85 released this 27 Feb 12:46
· 42 commits to master since this release
f28e79e
  • bump up actions/setup-go@v2
  • use file commands instead of deprecated commands
  • update the example in README
  • Merge pull request #178 from shogo82148/remove-deprecated-github-actions
  • Add example on how to use it on Jenkins
  • Use groovy as language identifier
  • Merge pull request #179 from mattn/jenkins-docs
  • Add -uploadsource command-line option to allow disabling uploading source to goveralls.io
  • Add test for uploadsource
  • Allow debugging webhook request
  • Merge pull request #180 from mattn/bugfix/range-panic
  • Use exit code 2 for unknown extra flags error
  • Merge pull request #181 from mattn/feat/debug-all
  • Add teamcity docs
  • Only build on Travis with latest Go version
  • Merge pull request #184 from mattn/docs-teamcity
  • Merge pull request #186 from mattn/ci/reduce-travis-build-time
  • Introduce GIT_* environment variables to specify git metadata
  • Merge pull request #188 from mattn/fix/git-fetch-and-env
  • Parallelize all tests, remove multiple binaries creation (#189) …
  • Add support for Jenkins multibranch projects environment variables
  • Merge pull request #190 from mattn/more/jenkins-vars
  • Add gitlab support
  • Replace example for gitlab
  • Add CI_MERGE_REQUEST_ID to pr number
  • Merge pull request #192 from agamm/add-gitlab-support