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

✨ support for internet module #2

Merged
merged 2 commits into from
Feb 26, 2022
Merged

✨ support for internet module #2

merged 2 commits into from
Feb 26, 2022

Conversation

Bhupesh-V
Copy link
Contributor

Hey, apologies for the delayed PR 😅

have added a bunch of methods

  1. Get a fake domain name
  2. Get fake domain suffix
  3. Get a fake URL
  4. Get a fake HTTP method
  5. Get a fake IPv4 address

this resolves #1
Let me know if anything else is needed

@codecov
Copy link

codecov bot commented Feb 7, 2022

Codecov Report

Merging #2 (ddfb169) into master (0551fcc) will increase coverage by 0.03%.
The diff coverage is 95.65%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #2      +/-   ##
==========================================
+ Coverage   98.87%   98.91%   +0.03%     
==========================================
  Files          21       22       +1     
  Lines         713      736      +23     
==========================================
+ Hits          705      728      +23     
  Misses          8        8              
Impacted Files Coverage Δ
lib/src/faker.dart 99.34% <0.00%> (-0.66%) ⬇️
lib/src/internet.dart 100.00% <100.00%> (ø)
lib/src/lorem.dart 100.00% <100.00%> (+6.25%) ⬆️
lib/src/address.dart 98.79% <0.00%> (+0.02%) ⬆️

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 162ddc1...ddfb169. Read the comment docs.

@casvanluijtelaar casvanluijtelaar merged commit 54111e8 into casvanluijtelaar:master Feb 26, 2022
@casvanluijtelaar
Copy link
Owner

now available on pub.dev thanks for your contribution!

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.

support for fake URLs
2 participants