If I run with a .only in a test, it reports as covered. When running the whole suite, it reports as not covered. Same for the branch not covered part.

Also is there a way to disable statement/line coverage? They are placed at the same level of importance in reports. So I see a lot of read in my HTML coverage, but mostly is just statement issues.
Update
I was running dockerazied node:16.7.0-alpine3.11. This is from node:19.2.0-alpine3.16
