- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 665
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: onsi/ginkgo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.15.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: onsi/ginkgo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.15.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 10 files changed
- 5 contributors
Commits on Feb 10, 2021
-
reporters/junit: Use
system-out
element instead ofpassed
(#769)In #586, the JUnit reporter was extended to capture the output of passing tests when the -reportPassing flag is used. However, the passed element is not in the JUnit XML schema. While that alone might a theoretical problem, it is also a practical problem, because some parsers, e.g., the TeamCity XML Reporting Plugin JUnit parser, conform to that schema, ignore the element, and show no output for passing tests. The fix seems to be to use the system-out element instead. I have confirmed that, when using the system-out attribute, the TeamCity XML Reporting Plugin Junit parser shows output for a passing test.
Configuration menu - View commit details
-
Copy full SHA for 9eda305 - Browse repository at this point
Copy the full SHA 9eda305View commit details
Commits on Feb 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6174e31 - Browse repository at this point
Copy the full SHA 6174e31View commit details
Commits on Feb 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7c8faca - Browse repository at this point
Copy the full SHA 7c8facaView commit details -
Bump github.com/nxadm/tail from 1.4.4 to 1.4.8 (#772)
* Bump github.com/nxadm/tail from 1.4.4 to 1.4.8 Bumps [github.com/nxadm/tail](https://github.com/nxadm/tail) from 1.4.4 to 1.4.8. - [Release notes](https://github.com/nxadm/tail/releases) - [Changelog](https://github.com/nxadm/tail/blob/master/CHANGES.md) - [Commits](nxadm/tail@v1.4.4...v1.4.8) Signed-off-by: dependabot[bot] <support@github.com> * chore: update go.sum to be compatible with Go 1.16 Running `go mod tidy` with Go 1.16 makes a backwards-compatible change to go.mod. Also updated go.mod to allow Go 1.15 features. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: George Blue <gblue@pivotal.io>
Configuration menu - View commit details
-
Copy full SHA for 102778a - Browse repository at this point
Copy the full SHA 102778aView commit details -
chore: use GitHub actions for test
This is in addition to TravisCI for the purpose of comparing them
Configuration menu - View commit details
-
Copy full SHA for dbafd0c - Browse repository at this point
Copy the full SHA dbafd0cView commit details
Commits on Mar 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 85bd7c8 - Browse repository at this point
Copy the full SHA 85bd7c8View commit details
There are no files selected for viewing