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

Move ClaspSettings, ProjectSettings, and DOTFILE to utils #136

Merged
merged 1 commit into from Apr 25, 2018
Merged

Move ClaspSettings, ProjectSettings, and DOTFILE to utils #136

merged 1 commit into from Apr 25, 2018

Conversation

campionfellin
Copy link
Collaborator

As per #133

Tested and linted.

Signed-off-by: campionfellin campionfellin@gmail.com

  • npm run test succeeds.
  • Appropriate changes to README are included in PR.

Signed-off-by: campionfellin <campionfellin@gmail.com>
@coveralls
Copy link

coveralls commented Apr 25, 2018

Pull Request Test Coverage Report for Build 100

  • 0 of 0 (NaN%) changed or added relevant lines in 0 files are covered.
  • 299 unchanged lines in 2 files lost coverage.
  • Overall coverage increased (+0.09%) to 10.803%

Files with Coverage Reduction New Missed Lines %
src/utils.js 8 46.15%
index.js 291 6.95%
Totals Coverage Status
Change from base Build 99: 0.09%
Covered Lines: 102
Relevant Lines: 707

💛 - Coveralls

rootDir: string;
projectId: string;
}
import { DOT, PROJECT_NAME, PROJECT_MANIFEST_BASENAME, ClaspSettings, ProjectSettings, DOTFILE } from './src/utils.js';
Copy link
Contributor

Choose a reason for hiding this comment

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

We should limit line length in the future. #138

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Agreed

@grant grant merged commit 1ec3315 into google:master Apr 25, 2018
@campionfellin campionfellin deleted the more-utils branch April 25, 2018 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants