Open kt3k opened 4 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.53%. Comparing base (
a73ff94
) to head (27c6bdb
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Cool to see this done! This could be the seed for a new use for Deno as a toolchain. Nice!
This PR add the CI step, which upload the html coverage report to Deploy on every push to main branch and host them using
jsr:@std/http/file-server
.The builtin html coverage report of std test will be visible at https://std-coverage.deno.dev/ after the successful upload.
closes #5982