Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update newtype.ts for fun 2.0 #140

Merged
merged 1 commit into from
Sep 10, 2022
Merged

feat: update newtype.ts for fun 2.0 #140

merged 1 commit into from
Sep 10, 2022

Conversation

baetheus
Copy link
Owner

  • newtype.ts: added all documentation with examples
  • newtype.ts: added all test coverage
  • newtype.ts: tightened up Newtype implementation
  • number.ts: added several structures and combinators
  • flake.nix: added lcov to devshell so the coverage script works

Fixes #103

* newtype.ts: added all documentation with examples
* newtype.ts: added all test coverage
* newtype.ts: tightened up Newtype implementation
* number.ts: added several structures and combinators
* flake.nix: added lcov to devshell so the coverage script works

Fixes #103
@coveralls
Copy link

Pull Request Test Coverage Report for Build 3029217979

  • 78 of 84 (92.86%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.08%) to 92.692%

Changes Missing Coverage Covered Lines Changed/Added Lines %
number.ts 27 33 81.82%
Totals Coverage Status
Change from base Build 3026190115: 0.08%
Covered Lines: 5139
Relevant Lines: 5550

💛 - Coveralls

@baetheus baetheus merged commit 39dfbd4 into main Sep 10, 2022
@baetheus baetheus deleted the feat/newtype-2 branch September 10, 2022 19:49
@baetheus baetheus restored the feat/newtype-2 branch October 11, 2022 23:36
@baetheus baetheus deleted the feat/newtype-2 branch October 11, 2022 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NewType 2.0
2 participants