matheuscas / pycpfcnpj

Python module for brazilian register numbers for persons (CPF) and companies (CNPJ).
MIT License
143 stars 44 forks source link

Uses regex to remove potuation #21

Closed sergiors closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #21 into master will increase coverage by 1.09%. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #21      +/-   ##
========================================
+ Coverage    98.9%   100%   +1.09%     
========================================
  Files           7      7              
  Lines          91     87       -4     
========================================
- Hits           90     87       -3     
+ Misses          1      0       -1
Impacted Files Coverage Δ
pycpfcnpj/compatible.py 100% <100%> (ø) :arrow_up:
pycpfcnpj/calculation.py 100% <0%> (+4%) :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 6be035a...0fdba48. Read the comment docs.