refactor: move to Typescript #146

Merged
mcataford merged 8 commits from typescript into master 2020-12-13 00:18:26 +00:00
mcataford commented 2020-12-13 00:07:47 +00:00 (Migrated from github.com)

This PR moves everything to TS and revamps the tests so the coverage is integration-y rather than unit-based.

This PR moves everything to TS and revamps the tests so the coverage is integration-y rather than unit-based.
codecov-io commented 2020-12-13 00:07:55 +00:00 (Migrated from github.com)

Codecov Report

Merging #146 (3dee8b7) into master (034f4e4) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #146   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           34        62   +28     
  Branches         5        16   +11     
=========================================
+ Hits            34        62   +28     
Impacted Files Coverage Δ
src/index.ts 100.00% <100.00%> (ø)

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 034f4e4...3dee8b7. Read the comment docs.

# [Codecov](https://codecov.io/gh/mcataford/packwatch/pull/146?src=pr&el=h1) Report > Merging [#146](https://codecov.io/gh/mcataford/packwatch/pull/146?src=pr&el=desc) (3dee8b7) into [master](https://codecov.io/gh/mcataford/packwatch/commit/034f4e4089b9a497bf1ae9c4e60673ea09e21738?el=desc) (034f4e4) will **not change** coverage. > The diff coverage is `100.00%`. [![Impacted file tree graph](https://codecov.io/gh/mcataford/packwatch/pull/146/graphs/tree.svg?width=650&height=150&src=pr&token=IVEisJMCje)](https://codecov.io/gh/mcataford/packwatch/pull/146?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #146 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 1 1 Lines 34 62 +28 Branches 5 16 +11 ========================================= + Hits 34 62 +28 ``` | [Impacted Files](https://codecov.io/gh/mcataford/packwatch/pull/146?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [src/index.ts](https://codecov.io/gh/mcataford/packwatch/pull/146/diff?src=pr&el=tree#diff-c3JjL2luZGV4LnRz) | `100.00% <100.00%> (ø)` | | ------ [Continue to review full report at Codecov](https://codecov.io/gh/mcataford/packwatch/pull/146?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/mcataford/packwatch/pull/146?src=pr&el=footer). Last update [034f4e4...3dee8b7](https://codecov.io/gh/mcataford/packwatch/pull/146?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
This repo is archived. You cannot comment on pull requests.
No description provided.