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

Add new category language #31

Closed jaqsparow closed 4 years ago

codecov-commenter commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #31   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           40        42    +2     
  Lines          357       370   +13     
=========================================
+ Hits           357       370   +13     
Impacted Files Coverage Δ
qual_id/categories/language.py 100.00% <100.00%> (ø)
qual_id/pattern.py 100.00% <100.00%> (ø)
test/categories/test_language.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 3ee4e99...8e08570. Read the comment docs.

rubysdeadname commented 4 years ago

Thanks a lot for your contribution @jaqsparow ! 🎉

Just FYI (if you don't already know), if you need to make changes to a PR you can just push more commits to the branch, it will update the PR automatically

Thanks again!

jaqsparow commented 4 years ago

Thanks for your advice. I am new to github:)