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

Add unit tests #17

Merged
merged 23 commits into from
May 16, 2021
Merged

Add unit tests #17

merged 23 commits into from
May 16, 2021

Conversation

ryansonshine
Copy link
Owner

Closes #14

@codecov
Copy link

codecov bot commented May 16, 2021

Codecov Report

Merging #17 (efc8b51) into main (bb39710) will increase coverage by 100.00%.
The diff coverage is 100.00%.

❗ Current head efc8b51 differs from pull request most recent head 86a28fc. Consider uploading reports for the commit 86a28fc to get more accurate results
Impacted file tree graph

@@             Coverage Diff              @@
##            main       #17        +/-   ##
============================================
+ Coverage   0.00%   100.00%   +100.00%     
============================================
  Files         10        13         +3     
  Lines        119       147        +28     
  Branches      26        34         +8     
============================================
+ Hits           0       147       +147     
+ Misses       115         0       -115     
+ Partials       4         0         -4     
Impacted Files Coverage Δ
src/definitions/errors.ts 100.00% <100.00%> (+100.00%) ⬆️
src/get-ca-config.ts 100.00% <100.00%> (+100.00%) ⬆️
src/util/npmrc.ts 100.00% <100.00%> (ø)
src/util/type-guards.ts 100.00% <100.00%> (ø)
src/util/url.ts 100.00% <100.00%> (ø)
src/verify-auth.ts 100.00% <100.00%> (+100.00%) ⬆️
src/verify-config.ts 100.00% <100.00%> (+100.00%) ⬆️
src/verify-npm.ts 100.00% <100.00%> (+100.00%) ⬆️
... and 11 more

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 bb39710...86a28fc. Read the comment docs.

@ryansonshine ryansonshine merged commit 4902edf into main May 16, 2021
@ryansonshine ryansonshine deleted the feature/tests branch May 16, 2021 18:46
@ryansonshine
Copy link
Owner Author

🎉 This PR is included in version 1.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add unit tests
1 participant