Skip to content
This repository has been archived by the owner on May 19, 2018. It is now read-only.

Error on missing expected.json fixture in CI #188

Merged
merged 1 commit into from
Oct 16, 2016

Conversation

motiz88
Copy link
Contributor

@motiz88 motiz88 commented Oct 16, 2016

This blocks (in a CI environment) the default behavior of automatically creating missing expected.json files, thereby guarding against silent failure (and a potential false positive) if a test is accidentally committed without its expected.json.

@codecov-io
Copy link

codecov-io commented Oct 16, 2016

Current coverage is 94.57% (diff: 100%)

Merging #188 into master will not change coverage

@@             master       #188   diff @@
==========================================
  Files            19         19          
  Lines          3189       3189          
  Methods         333        333          
  Messages          0          0          
  Branches        839        839          
==========================================
  Hits           3016       3016          
  Misses           94         94          
  Partials         79         79          

Powered by Codecov. Last update 394c954...dd06893

motiz88 added a commit to motiz88/babel that referenced this pull request Oct 16, 2016
This is much like Babylon's existing behavior around `expected.json`. The equivalent of babel/babylon#188 is already applied here, to guard against silent failure (and a potential false positive) if a test is accidentally committed without its expected.js.
@hzoo
Copy link
Member

hzoo commented Oct 16, 2016

So good!!

@hzoo hzoo merged commit 490ae9a into babel:master Oct 16, 2016
danez pushed a commit to babel/babel that referenced this pull request Oct 17, 2016
This is much like Babylon's existing behavior around `expected.json`. The equivalent of babel/babylon#188 is already applied here, to guard against silent failure (and a potential false positive) if a test is accidentally committed without its expected.js.
chrisprice pushed a commit to chrisprice/babel that referenced this pull request Oct 18, 2016
This is much like Babylon's existing behavior around `expected.json`. The equivalent of babel/babylon#188 is already applied here, to guard against silent failure (and a potential false positive) if a test is accidentally committed without its expected.js.
kristofdegrave pushed a commit to kristofdegrave/babylon that referenced this pull request Oct 27, 2016
panagosg7 pushed a commit to panagosg7/babel that referenced this pull request Jan 17, 2017
This is much like Babylon's existing behavior around `expected.json`. The equivalent of babel/babylon#188 is already applied here, to guard against silent failure (and a potential false positive) if a test is accidentally committed without its expected.js.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants