Compare commits
No commits in common. "3d04bed5518a22edae04c00d9426605ea74c7e14" and "5265f03f87e73bac93061dd7d3a2c27bd80138db" have entirely different histories.
3d04bed551
...
5265f03f87
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -1,25 +1,5 @@
|
|||
# CHANGELOG
|
||||
|
||||
## v0.14.0 (2023-10-11)
|
||||
|
||||
### Added
|
||||
|
||||
- feat: ignore [no test files] (2023-10-11)
|
||||
|
||||
### Others
|
||||
|
||||
- chore: add badges (2023-09-23)
|
||||
|
||||
- build(deps): bump goreleaser/goreleaser-action from 4 to 5 (2023-09-12)
|
||||
|
||||
- build(deps): bump actions/checkout from 3 to 4 (2023-09-05)
|
||||
|
||||
- chore: use go stable (2023-06-30)
|
||||
|
||||
- chore: sync golangci-lint (2023-06-29)
|
||||
|
||||
- chore(changelog): generate v0.13.0 (2023-06-10)
|
||||
|
||||
## v0.13.0 (2023-06-10)
|
||||
|
||||
### Added
|
||||
|
|
4
main.go
4
main.go
|
@ -64,10 +64,6 @@ func colorOutputReader(reader io.Reader) {
|
|||
line := scanner.Text()
|
||||
line = strings.TrimSpace(line)
|
||||
|
||||
if strings.HasSuffix(line, "[no test files]") {
|
||||
continue
|
||||
}
|
||||
|
||||
if strings.HasPrefix(line, "--- PASS") ||
|
||||
strings.HasPrefix(line, "PASS") ||
|
||||
strings.HasPrefix(line, "ok") {
|
||||
|
|
Loading…
Reference in New Issue