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

Bump github.com/go-spectest/spectest from 0.0.7 to 0.0.8 in /examples/echo #114

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 24, 2023

Bumps github.com/go-spectest/spectest from 0.0.7 to 0.0.8.

Release notes

Sourced from github.com/go-spectest/spectest's releases.

Version 0.0.4 2023.10.10 JST

[0.0.4] - 2023-10-10

Added

  • Generate code coverage report with make coverage.
    • The coverage report name is coverage.html.
  • Support more http mock methods; HEAD, OPTIONS, CONNECT, TRACE

Changed

  • Dependabot update go.mod in example codes.
  • Introduce Interval struct for caluculating interval time.

Removed

  • SpecTest.RecorderHook is deprecated since apitest package era.

[0.0.3] - 2023-10-09

Added

  • Support more http methods; HEAD, OPTIONS, CONNECT, TRACE

Fixed

  • Broken example codes. However, some examples are still broken (iris, qraphql).
  • Broken unit test; TestRealNetworking() had a case where API calls could be made before the server was started.

Changed

  • Refactoring
    • The processing was heavily written in one file, so I split the file into multiple parts.
    • Rename public struct name; APITest to SpecTest
Changelog

Sourced from github.com/go-spectest/spectest's changelog.

[0.0.8, unreleased] - 2023-xx-xx

Added

  • image package
    • Support image comparison; EqualFromFile()

Changed

  • Refactoring
    • Refactoring for internal code. For example, introduce network struct.
Commits
  • c0af12d Merge pull request #106 from go-spectest/dependabot/go_modules/examples/ginkg...
  • f9eb1ac Bump github.com/onsi/gomega from 1.28.0 to 1.28.1 in /examples/ginkgo
  • f35ca5e Merge pull request #105 from go-spectest/feat/image-package
  • 7e31b21 Fix linter
  • f9f17d2 Add image package
  • ef83a0a Merge pull request #104 from go-spectest/nao1215-patch-1
  • 5f8cc45 Update README.md
  • e2b1fc9 Merge pull request #103 from go-spectest/change-covrage-package
  • c970d5b Change coverage package
  • 996f247 Update README.md
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 24, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/examples/echo/github.com/go-spectest/spectest-0.0.8 branch 4 times, most recently from 3c916c9 to 301450a Compare October 25, 2023 11:22
Bumps [github.com/go-spectest/spectest](https://github.com/go-spectest/spectest) from 0.0.7 to 0.0.8.
- [Release notes](https://github.com/go-spectest/spectest/releases)
- [Changelog](https://github.com/go-spectest/spectest/blob/main/CHANGELOG.md)
- [Commits](v0.0.7...v0.0.8)

---
updated-dependencies:
- dependency-name: github.com/go-spectest/spectest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/examples/echo/github.com/go-spectest/spectest-0.0.8 branch from 301450a to 5a299cb Compare October 25, 2023 12:05
@github-actions
Copy link
Contributor

Code Metrics Report

main (7c0170a) #114 (2e63f58) +/-
Coverage 81.5% 81.5% 0.0%
Test Execution Time 6s 13s +7s
Details
  |                     | main (7c0170a) | #114 (2e63f58) | +/-  |
  |---------------------|----------------|----------------|------|
  | Coverage            |          81.5% |          81.5% | 0.0% |
  |   Files             |             27 |             27 |    0 |
  |   Lines             |           1744 |           1744 |    0 |
  |   Covered           |           1421 |           1421 |    0 |
- | Test Execution Time |             6s |            13s |  +7s |

Reported by octocov

@nao1215 nao1215 merged commit 8df9e3c into main Oct 25, 2023
10 checks passed
@nao1215 nao1215 deleted the dependabot/go_modules/examples/echo/github.com/go-spectest/spectest-0.0.8 branch October 25, 2023 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant