Releases: mattn/goveralls
Releases · mattn/goveralls
v0.0.12
What's Changed
- Update readme github actions section by @geraldywy in #210
- Create LICENSE.md with contents from readme url by @malteehrlen in #216
- feat: Add
CIRCLE_PULL_REQUEST
env variable by @gabyx in #220 - Fix 500 response when running with
-parallel-finish
in circleci by @hftsin in #215 - go mod tidy -compat=1.17 by @mocyuto in #217
- drop support of Go 1.12 by @shogo82148 in #221
New Contributors
- @geraldywy made their first contribution in #210
- @malteehrlen made their first contribution in #216
- @gabyx made their first contribution in #220
- @hftsin made their first contribution in #215
- @mocyuto made their first contribution in #217
Full Changelog: v0.0.11...v0.0.12
v0.0.11
v0.0.10
v0.0.9
v0.0.8
- 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
v0.0.7: Merge pull request #177 from shogo82148/improve-merging-profiles
- improve merging profiles #177
v0.0.6: Merge pull request #169 from shogo82148/introduce-flag-name
v0.0.5
Merge pull request #161 from shogo82148/improve-readme-github-actions Improve readme GitHub actions