Fix correct path for isHTML5 option #844

Merged
spike31 merged 1 commits from patch-1 into development 2017-10-02 14:57:15 +00:00
spike31 commented 2017-07-12 09:36:24 +00:00 (Migrated from github.com)
No description provided.
adrianfaciu commented 2017-10-02 14:58:24 +00:00 (Migrated from github.com)

Thanks for this small update. We're trying to get this into a better shape so if you have any other contributions they are more than welcomed 😉

Thanks for this small update. We're trying to get this into a better shape so if you have any other contributions they are more than welcomed 😉
codecov[bot] commented 2017-10-02 15:02:11 +00:00 (Migrated from github.com)

Codecov Report

Merging #844 into development will increase coverage by 3.24%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #844      +/-   ##
===============================================
+ Coverage        32.22%   35.47%   +3.24%     
===============================================
  Files               10       10              
  Lines              540      530      -10     
  Branches            70       74       +4     
===============================================
+ Hits               174      188      +14     
+ Misses             363      325      -38     
- Partials             3       17      +14
Impacted Files Coverage Δ
scripts/matchers.ts 33.33% <0%> (-9.53%) ⬇️
src/file-upload/file-like-object.class.ts 23.52% <0%> (-8.05%) ⬇️
src/file-upload/file-item.class.ts 21.42% <0%> (-0.8%) ⬇️
src/file-upload/file-uploader.class.ts 25% <0%> (-0.19%) ⬇️
src/file-upload/file-drop.directive.ts 61.22% <0%> (+28.57%) ⬆️
src/file-upload/file-select.directive.ts 80% <0%> (+30%) ⬆️

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 41759be...74306fc. Read the comment docs.

# [Codecov](https://codecov.io/gh/valor-software/ng2-file-upload/pull/844?src=pr&el=h1) Report > Merging [#844](https://codecov.io/gh/valor-software/ng2-file-upload/pull/844?src=pr&el=desc) into [development](https://codecov.io/gh/valor-software/ng2-file-upload/commit/41759be974625bc9821ea87860d7828505bca9f3?src=pr&el=desc) will **increase** coverage by `3.24%`. > The diff coverage is `n/a`. [![Impacted file tree graph](https://codecov.io/gh/valor-software/ng2-file-upload/pull/844/graphs/tree.svg?src=pr&token=P8ngsZQolN&height=150&width=650)](https://codecov.io/gh/valor-software/ng2-file-upload/pull/844?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## development #844 +/- ## =============================================== + Coverage 32.22% 35.47% +3.24% =============================================== Files 10 10 Lines 540 530 -10 Branches 70 74 +4 =============================================== + Hits 174 188 +14 + Misses 363 325 -38 - Partials 3 17 +14 ``` | [Impacted Files](https://codecov.io/gh/valor-software/ng2-file-upload/pull/844?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [scripts/matchers.ts](https://codecov.io/gh/valor-software/ng2-file-upload/pull/844?src=pr&el=tree#diff-c2NyaXB0cy9tYXRjaGVycy50cw==) | `33.33% <0%> (-9.53%)` | :arrow_down: | | [src/file-upload/file-like-object.class.ts](https://codecov.io/gh/valor-software/ng2-file-upload/pull/844?src=pr&el=tree#diff-c3JjL2ZpbGUtdXBsb2FkL2ZpbGUtbGlrZS1vYmplY3QuY2xhc3MudHM=) | `23.52% <0%> (-8.05%)` | :arrow_down: | | [src/file-upload/file-item.class.ts](https://codecov.io/gh/valor-software/ng2-file-upload/pull/844?src=pr&el=tree#diff-c3JjL2ZpbGUtdXBsb2FkL2ZpbGUtaXRlbS5jbGFzcy50cw==) | `21.42% <0%> (-0.8%)` | :arrow_down: | | [src/file-upload/file-uploader.class.ts](https://codecov.io/gh/valor-software/ng2-file-upload/pull/844?src=pr&el=tree#diff-c3JjL2ZpbGUtdXBsb2FkL2ZpbGUtdXBsb2FkZXIuY2xhc3MudHM=) | `25% <0%> (-0.19%)` | :arrow_down: | | [src/file-upload/file-drop.directive.ts](https://codecov.io/gh/valor-software/ng2-file-upload/pull/844?src=pr&el=tree#diff-c3JjL2ZpbGUtdXBsb2FkL2ZpbGUtZHJvcC5kaXJlY3RpdmUudHM=) | `61.22% <0%> (+28.57%)` | :arrow_up: | | [src/file-upload/file-select.directive.ts](https://codecov.io/gh/valor-software/ng2-file-upload/pull/844?src=pr&el=tree#diff-c3JjL2ZpbGUtdXBsb2FkL2ZpbGUtc2VsZWN0LmRpcmVjdGl2ZS50cw==) | `80% <0%> (+30%)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/valor-software/ng2-file-upload/pull/844?src=pr&el=continue). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/valor-software/ng2-file-upload/pull/844?src=pr&el=footer). Last update [41759be...74306fc](https://codecov.io/gh/valor-software/ng2-file-upload/pull/844?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dc/ng2-file-upload#844