Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump gotest.tools/gotestsum from 1.7.0 to 1.8.1 in /e2e #477

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 4, 2022

Bumps gotest.tools/gotestsum from 1.7.0 to 1.8.1.

Release notes

Sourced from gotest.tools/gotestsum's releases.

v1.8.1

Changelog

  • e209ec9 Merge pull request #249 from dnephin/add-update-flag
  • 849289b Add to readme
  • 57ba68e Add some tests for watch events
  • 14592d7 watch: add u key for updates
  • f1fdcbd Merge pull request #246 from dnephin/warn-watch-and-paths
  • ddb4125 Document --watch with extra package paths
  • 938480e Merge pull request #245 from dnephin/aix
  • 6b46741 Fix the build on aix

v1.8.0

Changelog

  • 69fcbcb Merge pull request #243 from dnephin/enable-color-on-github-actions
  • 9e8433c Enable color by default when run from github actions
  • a8b4e27 Merge pull request #242 from gotestyourself/docs-post-run
  • 4cc96fb Improve the docs for --post-run-command
  • cc0c1a1 Merge pull request #234 from uhthomas/exec-stdin
  • ac4bc6f Improve the test for input from stdin
  • ce158b4 Pass stdin to go test
  • 0fa88f3 Merge pull request #241 from gotestyourself/mkdir-path
  • d93af71 create any missing directories for {json,junit}file
  • 528a3fd Merge pull request #235 from ashanbrown/asb/ignore-warnings
  • bba51ac Fix e2e test failure
  • 90a5a10 Ensure we still rerun tests when there are warnings
  • d9cd222 Merge pull request #237 from gotestyourself/ci-go1.18
  • 99a7f30 fix goreleaser
  • afec7a6 ci: go1.18
  • 661b091 Merge pull request #226 from g-gaston/compile-test2json-without-go
  • 42e50c2 Add instructions to compile test2json without the need of a local go installation
  • 08a7689 Merge pull request #224 from greut/fix/golangci-lint
  • 2a49979 fix: remove deprecated linters from golanci-lint
  • 87d6387 Merge pull request #223 from dmitris/patch-1
  • 98a1847 update 'go get' idirective to 'go install'
  • e5de87c Merge pull request #216 from dnephin/pkg-elapsed
  • b08915a Merge pull request #215 from dnephin/windows-color
  • 5ec6ef6 Update tests for package elapsed time change.
  • ed34d9a testjson: use event elapsed time for package elapsed
  • 7cadea0 Fix color output on windows
  • c5a73e1 log: use color.Error in log
  • c728c6c Merge pull request #211 from dnephin/version-cmd
  • c0fbc60 Merge pull request #212 from dnephin/go1.17
  • c4e2ac6 ci: add go1.17, remove go1.13
  • ff8f987 README: add version when feature was introduced.
  • de90737 Add 'help' and '?' commands
  • 37116ff Merge pull request #210 from johnrichardrinehart/fix/detect-death-by-sigint
  • 643063a cmd: update signal handling
  • 232870c fix(cmd/main.go): add a channel to proc{} for detecting SIGINT
Commits
  • e209ec9 Merge pull request #249 from dnephin/add-update-flag
  • 849289b Add to readme
  • 57ba68e Add some tests for watch events
  • 14592d7 watch: add u key for updates
  • f1fdcbd Merge pull request #246 from dnephin/warn-watch-and-paths
  • ddb4125 Document --watch with extra package paths
  • 938480e Merge pull request #245 from dnephin/aix
  • 6b46741 Fix the build on aix
  • 69fcbcb Merge pull request #243 from dnephin/enable-color-on-github-actions
  • 9e8433c Enable color by default when run from github actions
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [gotest.tools/gotestsum](https://github.com/gotestyourself/gotestsum) from 1.7.0 to 1.8.1.
- [Release notes](https://github.com/gotestyourself/gotestsum/releases)
- [Changelog](https://github.com/gotestyourself/gotestsum/blob/main/.goreleaser.yml)
- [Commits](gotestyourself/gotestsum@v1.7.0...v1.8.1)

---
updated-dependencies:
- dependency-name: gotest.tools/gotestsum
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Dependencies or external services label Jul 4, 2022
@codecov
Copy link

codecov bot commented Jul 4, 2022

Codecov Report

Merging #477 (d003e9a) into main (78b7db2) will decrease coverage by 0.41%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #477      +/-   ##
==========================================
- Coverage   69.72%   69.30%   -0.42%     
==========================================
  Files          21       21              
  Lines        1942     1942              
==========================================
- Hits         1354     1346       -8     
- Misses        472      477       +5     
- Partials      116      119       +3     
Impacted Files Coverage Δ
docker.go 69.45% <0.00%> (-0.93%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 78b7db2...d003e9a. Read the comment docs.

@mdelapenya mdelapenya merged commit f46205c into main Jul 4, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/e2e/gotest.tools/gotestsum-1.8.1 branch July 4, 2022 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependencies or external services
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant