Closed usualoma closed 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 90.52%. Comparing base (
0a18c02
) to head (8d3a0b7
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
On Codecov, the coverage results for "coverage/deno-runtime-coverage.lcov" overwrite the results for main, resulting in a lower coverage rate. It would be nice if the results could be merged.
When generating lcov format data from deno coverage
, some comment lines are incorrectly treated as executable lines, resulting in unnecessary uncovered.
I have created a pull request to fix this issue in deno. Whether or not it is merged is up to deno.
@usualoma Thanks!
@usualoma Deno v2.0.5 includes the change you contributed in https://github.com/denoland/deno/pull/25939
@exoego Thanks for telling me.
Checking the results in github actions...
The author should do the following, if applicable
bun run format:fix && bun run lint:fix
to format the code