• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tinesoft / ng-scrollreveal / 303 / 1
94%
master: 94%

Build:
DEFAULT BRANCH: master
Ran 20 Sep 2018 03:11AM UTC
Files 10
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

20 Sep 2018 03:08AM UTC coverage: 94.4% (-0.1%) from 94.531%
303.1

push

travis-ci

tinesoft
feat(core): remove the `forRoot()` in `NgsRevealModule` (no longer needed with Angular 6)

BREAKING CHANGE: Angular v6 brings a new `providedIn` option in `@Injectable`,
 which allows making injectables (services) automatically available in  root module.

Before:

```ts
import {NgsRevealModule} from 'ng-scrollreveal';

@NgModule({
  declarations: [AppComponent, ...],
  imports: [NgsRevealModule.forRoot()],
  bootstrap: [AppComponent]
})
export class AppModule {
}
```

After:

```ts
import {NgsRevealModule} from 'ng-scrollreveal';

@NgModule({
  declarations: [AppComponent, ...],
  imports: [NgsRevealModule],
  bootstrap: [AppComponent]
})
export class AppModule {
}
```

28 of 41 branches covered (68.29%)

118 of 125 relevant lines covered (94.4%)

7.35 hits per line

Source Files on job 303.1
  • Tree
  • List 0
  • Changed 4
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 300
  • Travis Job 303.1
  • c1acd121 on github
  • Prev Job for on master (#298.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc