Description
See https://github.com/elves/elvish/pull/1190 for details.
Commit SHAs
Repository
CI/CD or Build URL
Uploader
Codecov Output
n/a
Expected Results
Coverage of Go language (golang) files implicitly excludes any line not in the coverage data.
Actual Results
The Codecov analysis includes, as not executed, statements in import
blocks as well as other constructs that are implicitly executed but not included in the coverage data. This noticably decreases the coverage metric for individual Go (golang) files as well as, obviously, the coverage percentage for the project as a whole.
Additional Information
n/a