Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: implementando o método format_cep #125

Merged
merged 7 commits into from
Jul 23, 2023
Merged

Feature: implementando o método format_cep #125

merged 7 commits into from
Jul 23, 2023

Conversation

antoniamaia
Copy link
Contributor

  • função criada no arquivo cep.py;
  • testes criados (e funcionado!) - no arquivo test_cep.py;
  • documentação atualizada nos arquivos de readme em inglês e português;
  • init.py também atualizado conforme implementação;

teste feito também no python, função de acordo com o esperado.

closes #120

@codecov
Copy link

codecov bot commented Jul 17, 2023

Codecov Report

Merging #125 (87dbd66) into main (9046eed) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #125   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines           74        78    +4     
=========================================
+ Hits            74        78    +4     
Impacted Files Coverage Δ
brutils/__init__.py 100.00% <ø> (ø)
brutils/cep.py 100.00% <100.00%> (ø)

Copy link
Member

@camilamaia camilamaia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfeito! 👏👏👏

@antoniamaia antoniamaia merged commit 909139e into brazilian-utils:main Jul 23, 2023
8 checks passed
@camilamaia camilamaia mentioned this pull request Jul 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Formatação de CEPs
2 participants