-
Notifications
You must be signed in to change notification settings - Fork 555
Comparing changes
Open a pull request
base repository: smartystreets/goconvey
base: v1.6.7
head repository: smartystreets/goconvey
compare: v1.7.0
- 14 commits
- 16 files changed
- 3 contributors
Commits on Oct 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c84b890 - Browse repository at this point
Copy the full SHA c84b890View commit details
Commits on Oct 21, 2021
-
Merge pull request #636 from jufemaiz/patch-1
Updated assertions.go to include `ShouldWrap`
Configuration menu - View commit details
-
Copy full SHA for cd0f486 - Browse repository at this point
Copy the full SHA cd0f486View commit details -
This updates the tests to include some changes from Pull #438. I believe this confirms that the pull isn't actually needed.
Configuration menu - View commit details
-
Copy full SHA for 4cd840e - Browse repository at this point
Copy the full SHA 4cd840eView commit details -
Merge pull request #641 from smartystreets/update-tests
Update parser tests.
Configuration menu - View commit details
-
Copy full SHA for 37813c2 - Browse repository at this point
Copy the full SHA 37813c2View commit details
Commits on Oct 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a47feb4 - Browse repository at this point
Copy the full SHA a47feb4View commit details -
Merge pull request #642 from smartystreets/check_scripts
Refine third-party lib checking scripts.
Configuration menu - View commit details
-
Copy full SHA for e098f86 - Browse repository at this point
Copy the full SHA e098f86View commit details
Commits on Oct 26, 2021
-
Set minimum Go version to 1.16
This also selects a stable version for smartystreets/assertions.
Configuration menu - View commit details
-
Copy full SHA for 3bb3368 - Browse repository at this point
Copy the full SHA 3bb3368View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29d2f9a - Browse repository at this point
Copy the full SHA 29d2f9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44c3137 - Browse repository at this point
Copy the full SHA 44c3137View commit details -
Merge pull request #643 from smartystreets/go116
Set minimum Go version to 1.16 Lots of potential cleanups here; Since I appear to be the only one maintaining goconvey at the moment, I'd like to focus on cleaning up a lot of the legacy code here for now, with the intent on getting `convey` to integrate better with regular `go test` functionality (like relying on go modules, go:embed, sub-tests), and to have `goconvey` work better with tests _not_ using `convey`. If someone's interested in maintaining goconvey support for older Go versions, let's talk in this PR.
Configuration menu - View commit details
-
Copy full SHA for 8a06cad - Browse repository at this point
Copy the full SHA 8a06cadView commit details -
Merge pull request #644 from smartystreets/embed_static
Use go:embed to serve static resources. This will help allow `goconvey` to be distributed as a standalone binary.
Configuration menu - View commit details
-
Copy full SHA for 2967ec0 - Browse repository at this point
Copy the full SHA 2967ec0View commit details -
Merge pull request #646 from smartystreets/removeGo12
Remove >go1.2 detection logic.
Configuration menu - View commit details
-
Copy full SHA for 3e04cfe - Browse repository at this point
Copy the full SHA 3e04cfeView commit details -
Use temporary directory for coverage reports.
This keeps things simple and just uses one temporary directory per `goconvey` process to store all coverage reports, with an optional flag to leak the temporary directory after shutting down the server. This will allow `goconvey` to properly report coverage for code using go modules. Fixes #618 Fixes #564
Configuration menu - View commit details
-
Copy full SHA for 180ccef - Browse repository at this point
Copy the full SHA 180ccefView commit details -
Merge pull request #647 from smartystreets/covertempdir
Use temporary directory for coverage reports.
Configuration menu - View commit details
-
Copy full SHA for badebba - Browse repository at this point
Copy the full SHA badebbaView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.6.7...v1.7.0