You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 8, 2024. It is now read-only.
Been racking my brain for days on this one, can't seem to figure what branches are being missed/marked uncovered from this code
Is there any suggestions on a fix, or is there a possible way to find out what branches Istanbul thinks I'm missing?
using angular-cli test, karma, karma-coverage-istanbul-reporter if that helps.
I think it has something to do with Observable as the ActionExtension class extends Observable, and its constructor was previously flagged uncovered code too when a type was set
export class ActionExtensions extends Observable<Action> {
constructor( @Inject(Dispatcher) actionsSubject: any /*Observable<Action> Replaced with any due to Code Coverage Issue*/) {