Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upload code coverage report to Deploy #6203

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

kt3k
Copy link
Member

@kt3k kt3k commented Nov 22, 2024

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

Copy link

codecov bot commented Nov 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.53%. Comparing base (a73ff94) to head (27c6bdb).
Report is 25 commits behind head on main.

Additional details and impacted files
@@           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           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@iuioiua
Copy link
Contributor

iuioiua commented Nov 24, 2024

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

@kt3k kt3k requested a review from crowlKats December 10, 2024 07:41
Copy link
Member

@crowlKats crowlKats left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@kt3k kt3k merged commit 7480f35 into denoland:main Dec 11, 2024
18 checks passed
@kt3k kt3k deleted the host-coverage-on-deploy branch December 11, 2024 03:14
@iuioiua
Copy link
Contributor

iuioiua commented Dec 11, 2024

This doesn't appear to be setup correctly: https://github.com/denoland/std/actions/runs/12268957111/job/34231703522

@kt3k
Copy link
Member Author

kt3k commented Dec 11, 2024

Trying to fix at #6251

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

experiment: BYO test coverage explorer
3 participants