Skip to content

Commit

Permalink
chore: adds coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarofpp committed Oct 27, 2021
1 parent a8efe4e commit 34b2ca1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 34 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ build/*
site/*
# Egg metadata
*.egg-info
.coverage
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ certifi==2021.10.8
cffi==1.15.0
charset-normalizer==2.0.7
colorama==0.4.4
coverage==6.0.2
cryptography==35.0.0
docutils==0.18
idna==3.3
Expand All @@ -13,7 +14,7 @@ packaging==21.0
pkginfo==1.7.1
pycparser==2.20
Pygments==2.10.0
pyparsing==3.0.1
pyparsing==3.0.2
readme-renderer==30.0
requests==2.26.0
requests-toolbelt==0.9.1
Expand Down
33 changes: 0 additions & 33 deletions tests/test_all.py

This file was deleted.

0 comments on commit 34b2ca1

Please sign in to comment.