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

Adding new brand #38

Closed jaqsparow closed 4 years ago

jaqsparow commented 4 years ago

This is new branch. I had to remove last branch due to lots of conflicts.

codecov-commenter commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #38   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           48        50    +2     
  Lines          487       501   +14     
=========================================
+ Hits           487       501   +14     
Impacted Files Coverage Δ
qual_id/categories/brand.py 100.00% <100.00%> (ø)
qual_id/pattern.py 100.00% <100.00%> (ø)
test/categories/test_brand.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 7adec50...3cb9628. Read the comment docs.

rubysdeadname commented 4 years ago

Thanks @jaqsparow for fixing all the conflicts and making all the new tests pass, I appreciate it!