Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added feature for chaining manifests together (fixes #19). Also fixed… #21

Merged
merged 1 commit into from
Feb 29, 2016

Conversation

joeldenning
Copy link
Contributor

#20.

@codecov-io
Copy link

Current coverage is 93.24%

Merging #21 into master will increase coverage by +1.58% as of 7927f75

@@            master     #21   diff @@
======================================
  Files            4       4       
  Stmts          132     148    +16
  Branches        20      27     +7
  Methods          0       0       
======================================
+ Hit            121     138    +17
+ Partial          7       6     -1
  Missed           4       4       

Review entire Coverage Diff as of 7927f75

Powered by Codecov. Updated on successful CI builds.

@joeldenning
Copy link
Contributor Author

@blittle the code cov comment is out of date because I force pushed, but the comment wasn't updated / reposted. You can see the true code coverage at https://codecov.io/github/CanopyTax/sofe?branch=issues-19-and-20

if (json && json.sofe) {
// First check if this manifest points to another manifest
if (typeof json.sofe.manifestUrl === 'string') {
if (visitedManifestUrls.indexOf(json.sofe.manifestUrl) >= 0) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 on the circular check

@blittle
Copy link
Contributor

blittle commented Feb 29, 2016

👍

joeldenning added a commit that referenced this pull request Feb 29, 2016
Added feature for chaining manifests together (fixes #19). Also fixed…
@joeldenning joeldenning merged commit f1d428b into master Feb 29, 2016
@joeldenning joeldenning deleted the issues-19-and-20 branch February 29, 2016 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants