-
Notifications
You must be signed in to change notification settings - Fork 107
Neotest coverage regression #4208
Copy link
Copy link
Closed
Labels
I2Regular impactRegular impactS4RoutineRoutineU2Seriously plannedSeriously plannedbugSomething isn't workingSomething isn't workingneotestNeotest framework and coverage toolNeotest framework and coverage tool
Milestone
Metadata
Metadata
Assignees
Labels
I2Regular impactRegular impactS4RoutineRoutineU2Seriously plannedSeriously plannedbugSomething isn't workingSomething isn't workingneotestNeotest framework and coverage toolNeotest framework and coverage tool
Type
Fields
Give feedbackNo fields configured for issues without a type.
Current Behavior
Given the following
contract.goSC:and the following
contract.yml:and the following
contract_test.go:The coverage of this contract after v0.116.0 is 0%:


whereas with v0.116.0 release the coverage is expected:
Expected Behavior
return truebranch of the given contract should be marked as covered.Steps to Reproduce
go.mod.Regression
Yes.
Additional context
Discovered during investigation of #4207.