kentcdodds / react-workshop-app

An abstraction for all my React workshops
https://kentcdodds.com/workshops
MIT License
149 stars 37 forks source link

typescriptify things #38

Closed kentcdodds closed 3 years ago

kentcdodds commented 3 years ago

Yay

codecov[bot] commented 3 years ago

Codecov Report

Merging #38 (5dbdad2) into master (ae90d3d) will decrease coverage by 3.50%. The diff coverage is 68.59%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
- Coverage   58.41%   54.91%   -3.51%     
==========================================
  Files          13       13              
  Lines         582      610      +28     
  Branches      170      187      +17     
==========================================
- Hits          340      335       -5     
- Misses        213      270      +57     
+ Partials       29        5      -24     
Impacted Files Coverage Δ
src/dev-tools/dev-tools.tsx 0.00% <0.00%> (ø)
src/dev-tools/load.tsx 0.00% <0.00%> (ø)
src/styles/colors.tsx 0.00% <ø> (ø)
src/codegen.tsx 75.00% <33.33%> (ø)
src/get-app-info.tsx 72.72% <40.00%> (ø)
src/index.tsx 50.47% <47.61%> (ø)
src/react-app.tsx 71.82% <79.24%> (ø)
src/server.tsx 92.85% <92.85%> (ø)
src/assets/logo.tsx 100.00% <100.00%> (ø)
src/load-files.tsx 95.23% <100.00%> (ø)
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ae90d3d...5dbdad2. Read the comment docs.

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 2.21.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: