Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Fixed deps + test #171

Merged
merged 3 commits into from
Jun 6, 2017
Merged

Fixed deps + test #171

merged 3 commits into from
Jun 6, 2017

Conversation

Blackbaud-BobbyEarl
Copy link

No description provided.

@codecov-io
Copy link

codecov-io commented Jun 6, 2017

Codecov Report

Merging #171 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #171   +/-   ##
=======================================
  Coverage   96.09%   96.09%           
=======================================
  Files          38       38           
  Lines         845      845           
  Branches      113      113           
=======================================
  Hits          812      812           
  Misses         33       33
Flag Coverage Δ
#builder 100% <ø> (ø) ⬆️
#runtime 100% <ø> (ø) ⬆️
#srcapp 58.75% <ø> (ø) ⬆️
Impacted Files Coverage Δ
lib/sky-pages-module-generator.js 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 8ba98a0...cef93ae. Read the comment docs.

/**
* PLEASE NOTE
* If this tests fails, it means you've changed the required parameters to the constructor.
* To successfully maintain backwards compatibility, make any new parameters optional.

Choose a reason for hiding this comment

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

You might also want to specify that new parameters must also be added to the end of the constructor for the case where someone's calling the constructor by using useFactory():

providers: [
  provide: SkyAuthHttp,
  useFactory: (a, b, c) => {
    return new SkyAuthHttp(a, b, SomethingElse);
  },
  deps: [a, b, c]
]

Copy link
Member

@Blackbaud-SteveBrush Blackbaud-SteveBrush left a comment

Choose a reason for hiding this comment

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

Looks okay to me.

@Blackbaud-SteveBrush Blackbaud-SteveBrush dismissed their stale review June 6, 2017 14:38

Looks like Paul has this one...

@Blackbaud-BobbyEarl Blackbaud-BobbyEarl merged commit 16644d2 into master Jun 6, 2017
@Blackbaud-BobbyEarl Blackbaud-BobbyEarl deleted the http-deps branch June 6, 2017 14:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants