tvkitchen / countertop

The entry point for developers who want to set up a TV Kitchen.
https://tv.kitchen
GNU Lesser General Public License v3.0
6 stars 2 forks source link

Fix CodeCov #189

Closed slifty closed 12 months ago

slifty commented 12 months ago

This PR attempts to fix the codecov integration in our CI scripts.

codecov[bot] commented 12 months ago

Codecov Report

Merging #189 (5a634d6) into main (27c20fc) will increase coverage by 1.01%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #189      +/-   ##
==========================================
+ Coverage   87.95%   88.96%   +1.01%     
==========================================
  Files          25       22       -3     
  Lines         440      435       -5     
  Branches       73       73              
==========================================
  Hits          387      387              
+ Misses         51       46       -5     
  Partials        2        2              
Flag Coverage Δ
javascript 84.61% <ø> (?)
typescript 100.00% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/tools/utils/index.js 100.00% <ø> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

slifty commented 12 months ago

Hey look, a coverage report! I'm gonna consider this a victory.