denoland / std

The Deno Standard Library
https://jsr.io/@std
MIT License
3.22k stars 621 forks source link

chore: upload code coverage report to Deploy #6203

Open kt3k opened 4 days ago

kt3k commented 4 days ago

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

codecov[bot] commented 4 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.53%. Comparing base (a73ff94) to head (27c6bdb).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6203 +/- ## ======================================= Coverage 96.52% 96.53% ======================================= Files 533 533 Lines 40870 40870 Branches 6120 6121 +1 ======================================= + Hits 39451 39453 +2 + Misses 1377 1375 -2 Partials 42 42 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.


🚨 Try these New Features:

iuioiua commented 1 day ago

Cool to see this done! This could be the seed for a new use for Deno as a toolchain. Nice!