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

Use string primitive instead of String wrapper object Fixes #134 #137

Merged
merged 1 commit into from
Apr 15, 2017

Conversation

bcaudan
Copy link
Owner

@bcaudan bcaudan commented Apr 15, 2017

No description provided.

@codecov
Copy link

codecov bot commented Apr 15, 2017

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #137   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          14     14           
  Lines         413    413           
  Branches       54     54           
=====================================
  Hits          413    413
Impacted Files Coverage Δ
src/processors/default-processor.ts 100% <100%> (ø) ⬆️
src/display/execution-display.ts 100% <100%> (ø) ⬆️
src/display-processor.ts 100% <100%> (ø) ⬆️
src/display/summary-display.ts 100% <100%> (ø) ⬆️
src/processors/spec-prefixes-processor.ts 100% <100%> (ø) ⬆️
src/processors/suite-numbering-processor.ts 100% <100%> (ø) ⬆️
src/processors/spec-durations-processor.ts 100% <100%> (ø) ⬆️
src/processors/spec-colors-processor.ts 100% <100%> (ø) ⬆️
src/display/logger.ts 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 8fd461e...d69a892. Read the comment docs.

@bcaudan bcaudan merged commit e1b2ad9 into master Apr 15, 2017
@bcaudan bcaudan deleted the String-to-string branch April 15, 2017 11:16
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.

1 participant