asarazan / martok

https://www.npmjs.com/package/martok
10 stars 0 forks source link

can now add a `@precision` jsdoc tag to your numbers #53

Closed asarazan closed 1 year ago

asarazan commented 1 year ago

It supports: float, double, int, long. It defaults to double. You can also pass start-cased versions e.g. Int

github-actions[bot] commented 1 year ago

Coverage report

St.:grey_question:
Category Percentage Covered / Total
🟒 Statements
93.69% (+0.06% πŸ”Ό)
817/872
🟒 Branches
90.32% (+0.2% πŸ”Ό)
392/434
🟒 Functions
93.75% (+0.11% πŸ”Ό)
165/176
🟒 Lines
94.61% (+0.05% πŸ”Ό)
772/816

Test suite run success

24 tests passing in 4 suites.

Report generated by πŸ§ͺjest coverage report action from 3b42f57e8070d268e4adaa2cff1b083a5acac379

codecov-commenter commented 1 year ago

Codecov Report

Base: 94.28% // Head: 94.34% // Increases project coverage by +0.05% :tada:

Coverage data is based on head (3b42f57) compared to base (3ec60e2). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #53 +/- ## ========================================== + Coverage 94.28% 94.34% +0.05% ========================================== Files 24 24 Lines 945 955 +10 Branches 219 223 +4 ========================================== + Hits 891 901 +10 Misses 51 51 Partials 3 3 ``` | [Impacted Files](https://codecov.io/gh/asarazan/martok/pull/53?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Aaron+Sarazan) | Coverage Ξ” | | |---|---|---| | [src/typescript/MemberHelpers.ts](https://codecov.io/gh/asarazan/martok/pull/53/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Aaron+Sarazan#diff-c3JjL3R5cGVzY3JpcHQvTWVtYmVySGVscGVycy50cw==) | `98.01% <100.00%> (+0.21%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Aaron+Sarazan). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Aaron+Sarazan)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.