penx / govuk-frontend-react

govuk-frontend as React components
4 stars 2 forks source link

Input #8

Closed penx closed 5 years ago

penx commented 5 years ago

Note: At the moment, Jest snapshots are manually copied across. When Jest 0.24 comes out there will be a feature to allow the snapshot test location to be configured (https://github.com/facebook/jest/pull/6143), so will keep the manual process for now, with the aim to load them in from node_modules when 0.24 is out.

codecov[bot] commented 5 years ago

Codecov Report

Merging #8 into master will decrease coverage by 38.57%. The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #8       +/-   ##
===========================================
- Coverage     100%   61.42%   -38.58%     
===========================================
  Files           9       13        +4     
  Lines          43       70       +27     
  Branches       10       14        +4     
===========================================
  Hits           43       43               
- Misses          0       23       +23     
- Partials        0        4        +4
Impacted Files Coverage Δ
src/components/label/index.js 0% <0%> (ø)
src/components/error-message/index.js 0% <0%> (ø)
src/components/input/index.js 0% <0%> (ø)
src/components/hint/index.js 0% <0%> (ø)

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 635634a...b8dfed4. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #8 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #8   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           9     13    +4     
  Lines          43     56   +13     
  Branches       10     15    +5     
=====================================
+ Hits           43     56   +13
Impacted Files Coverage Δ
src/components/header/index.js 100% <ø> (ø) :arrow_up:
src/components/button/index.js 100% <ø> (ø) :arrow_up:
src/components/label/index.js 100% <100%> (ø)
src/components/error-message/index.js 100% <100%> (ø)
src/components/input/index.js 100% <100%> (ø)
src/components/hint/index.js 100% <100%> (ø)

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 635634a...b0b0067. Read the comment docs.