cl0wng1rl / qual-id

A RESTful API that returns randomly generated, custom qualitative ID's. All contributions welcome. Beginner friendly!
https://qual-id.herokuapp.com/
MIT License
9 stars 27 forks source link

Added categories : "clothing" and "sports" #36

Closed soum-sr closed 4 years ago

codecov-commenter commented 4 years ago

Codecov Report

Merging #36 into main will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #36   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           50        54    +4     
  Lines          501       529   +28     
=========================================
+ Hits           501       529   +28     
Impacted Files Coverage Δ
qual_id/categories/clothing.py 100.00% <100.00%> (ø)
qual_id/categories/sports.py 100.00% <100.00%> (ø)
qual_id/pattern.py 100.00% <100.00%> (ø)
test/categories/test_clothing.py 100.00% <100.00%> (ø)
test/categories/test_sports.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 ba9fb8f...bf34163. Read the comment docs.

soum-sr commented 4 years ago

Hi, I've added the test_classes. Thank you 🙂

rubysdeadname commented 4 years ago

Hey @soum-sr I just had to fix some merge conflicts and update the tests due to some changes I made last night. Should be good to go now, thanks for the contribution!