cweill / gotests

Automatically generate Go test boilerplate from your source code.
Apache License 2.0
4.92k stars 346 forks source link

Fix for malfunctioning CI/tests. #150

Closed butuzov closed 3 years ago

butuzov commented 3 years ago
coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 95.525% when pulling 92edaeb4a85245a5614dfb6fe94963cbbcee563e on butuzov:tests into 70c086a998c5d51f989e9b58160dee2572b5f721 on cweill:develop.

butuzov commented 3 years ago

Also, address #136

As for regarding coverals, ... it was supposed to consume report from coverals step (Runs on go 1.16)...

PASS
coverage: 96.1% of statements in github.com/cweill/gotests, github.com/cweill/gotests/internal/goparser, github.com/cweill/gotests/internal/input, github.com/cweill/gotests/internal/models, github.com/cweill/gotests/internal/output, github.com/cweill/gotests/internal/render
cweill commented 3 years ago

Good work @butuzov. Thank you! LGTM.