omaciel / fauxfactory

Generates random data for your tests.
Other
37 stars 26 forks source link

Add github actions for checks #121

Closed elyezer closed 2 years ago

elyezer commented 2 years ago

Depends on https://github.com/omaciel/fauxfactory/pull/120 being merged

You can see the checks passing here https://github.com/elyezer/fauxfactory/pull/1

Signed-off-by: Elyézer Rezende elyezermr@gmail.com

codecov[bot] commented 2 years ago

Codecov Report

Merging #121 (14e81bf) into master (c5d139c) will decrease coverage by 0.19%. The diff coverage is 97.50%.

Impacted file tree graph

@@             Coverage Diff             @@
##            master     #121      +/-   ##
===========================================
- Coverage   100.00%   99.80%   -0.20%     
===========================================
  Files           10       10              
  Lines          512      516       +4     
===========================================
+ Hits           512      515       +3     
- Misses           0        1       +1     
Impacted Files Coverage Δ
fauxfactory/__init__.py 92.85% <75.00%> (-7.15%) :arrow_down:
fauxfactory/constants.py 100.00% <100.00%> (ø)
fauxfactory/factories/internet.py 100.00% <100.00%> (ø)
fauxfactory/factories/numbers.py 100.00% <100.00%> (ø)
fauxfactory/factories/strings.py 100.00% <100.00%> (ø)
fauxfactory/factories/systems.py 100.00% <100.00%> (ø)
fauxfactory/helpers.py 100.00% <100.00%> (ø)

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 4848d93...14e81bf. Read the comment docs.

elyezer commented 2 years ago

Now that https://github.com/omaciel/fauxfactory/pull/120 is merged we can consider merging this one.