deno_std icon indicating copy to clipboard operation
deno_std copied to clipboard

chore: revert "refactor(cli/unstable): string based `ProgressBar` tests (#6679)"

Open kt3k opened this issue 6 months ago • 1 comments

This reverts commit e10c71ad0cf2d10af443f5de54da985899a934e3 which introduced some flakiness in CI

kt3k avatar May 27 '25 07:05 kt3k

Codecov Report

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

Project coverage is 94.71%. Comparing base (e10c71a) to head (08cfbeb). Report is 17 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6684   +/-   ##
=======================================
  Coverage   94.71%   94.71%           
=======================================
  Files         567      567           
  Lines       46778    46778           
  Branches     6582     6582           
=======================================
+ Hits        44305    44306    +1     
+ Misses       2431     2430    -1     
  Partials       42       42           

: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.

codecov[bot] avatar May 27 '25 07:05 codecov[bot]

This is no longer necessary as we chose to use FakeTime for reducing flakiness. https://github.com/denoland/std/pull/6686

kt3k avatar Jun 06 '25 05:06 kt3k