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

Identify and, filter or display coverage output #57

Merged
merged 3 commits into from
Jun 26, 2019

Conversation

dnephin
Copy link
Member

@dnephin dnephin commented Jun 20, 2019

Closes #56

Identify coverage output events with string comparison. There does not appear to be another way.

Add coverage output to the short format, and filter out the duplicate line from the standard-quiet output.

Identify coverage output events with string comparison. There does not
appear to be any way.

Add coverage output to the short format, and filter out the duplicate
line from the standard-quiet output.
@Moe-Kite
Copy link

Just tested it quickly and it seems to work perfectly! Both in short and standard-quiet format.

Thanks a lot! (and thanks for the reactivity, that's quite impressive :D )

@dnephin dnephin merged commit 1796188 into gotestyourself:master Jun 26, 2019
@dnephin dnephin deleted the coverage-in-short-format branch June 26, 2019 23:37
thaJeztah added a commit to thaJeztah/cli that referenced this pull request Jan 20, 2020
full diff: gotestyourself/gotestsum@v0.3.4...v0.3.5

- gotestyourself/gotestsum#52 Add a --version flag that goreleaser will populate for us
- gotestyourself/gotestsum#57 Identify and, filter or display coverage output

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
thaJeztah added a commit to thaJeztah/cli that referenced this pull request Jan 20, 2020
full diff: gotestyourself/gotestsum@v0.3.4...v0.3.5

- gotestyourself/gotestsum#52 Add a --version flag that goreleaser will populate for us
- gotestyourself/gotestsum#57 Identify and, filter or display coverage output

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
thaJeztah added a commit to thaJeztah/cli that referenced this pull request Jan 27, 2020
full diff: gotestyourself/gotestsum@v0.3.4...v0.3.5

- gotestyourself/gotestsum#52 Add a --version flag that goreleaser will populate for us
- gotestyourself/gotestsum#57 Identify and, filter or display coverage output

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
docker-jenkins pushed a commit to docker-archive/docker-ce that referenced this pull request Jan 28, 2020
full diff: gotestyourself/gotestsum@v0.3.4...v0.3.5

- gotestyourself/gotestsum#52 Add a --version flag that goreleaser will populate for us
- gotestyourself/gotestsum#57 Identify and, filter or display coverage output

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Upstream-commit: 3f83832be1d6cc5d28b890c0034ea81a7ef79c4c
Component: cli
eiffel-fl pushed a commit to eiffel-fl/cli that referenced this pull request Jul 28, 2020
full diff: gotestyourself/gotestsum@v0.3.4...v0.3.5

- gotestyourself/gotestsum#52 Add a --version flag that goreleaser will populate for us
- gotestyourself/gotestsum#57 Identify and, filter or display coverage output

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Coverage report duplicated in standard-quiet format
2 participants