deno_std
deno_std copied to clipboard
chore: set `DENO_UNSTABLE_TSGO=1` in canary in CI
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 94.11%. Comparing base (d9b971e) to head (ca6ea5e).
Additional details and impacted files
@@ Coverage Diff @@
## main #6879 +/- ##
=======================================
Coverage 94.11% 94.11%
=======================================
Files 582 582
Lines 42753 42753
Branches 6808 6808
=======================================
+ Hits 40235 40237 +2
+ Misses 2467 2466 -1
+ Partials 51 50 -1
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
There seems one type error in @std/toml. Probably a regression in tsgo side?
Yeah, I thought so too. @nathanwhit, any ideas?
@kt3k, take another look at the type check failure in @std/toml. Might the failure actually be correct?