neomatrixcode / Faker.jl

generator of fake data for julia
https://faker.vercel.app/
MIT License
52 stars 11 forks source link

Switch CI to Github Actions #23

Closed vtjnash closed 3 years ago

vtjnash commented 3 years ago

Since Travis credits may run out soon, this switch to Github Actions. Copied from https://github.com/KlausC/TarIterators.jl/pull/8

codecov[bot] commented 3 years ago

Codecov Report

Merging #23 (db71dc6) into master (f367e13) will decrease coverage by 3.98%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #23      +/-   ##
==========================================
- Coverage   96.06%   92.07%   -3.99%     
==========================================
  Files          14       14              
  Lines         305      303       -2     
==========================================
- Hits          293      279      -14     
- Misses         12       24      +12     
Impacted Files Coverage Δ
src/Faker.jl 56.41% <0.00%> (-33.34%) :arrow_down:
src/datatime.jl 95.91% <0.00%> (-0.09%) :arrow_down:
src/creditcard.jl 100.00% <0.00%> (ø)
src/phone_number.jl 100.00% <0.00%> (+16.66%) :arrow_up:

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 f367e13...db71dc6. Read the comment docs.

neomatrixcode commented 3 years ago

Thank you so much

vtjnash commented 3 years ago

Did you intend to avoid running on any 32-bit hosts? You are now running "Julia 1.6 - ubuntu-latest - x64" twice

neomatrixcode commented 3 years ago

The tests fail in 32 bits, it is true it repeats