mirror of
https://github.com/adnanh/webhook.git
synced 2025-08-01 23:40:28 +00:00
Add support for naming env variables (#75)
* Adding ignore patterns * Adding support for env var naming * Fixed typo in docstring * Adding tests for the env var extraction w & w/o explicit naming * remove coverage script from ignore patterns * Adding the coverage script to help see which code is tested and which is not * remove coverage script from sources * Ignore coverage script from sources tree
This commit is contained in:
parent
e85e0592dd
commit
18b0573bc4
3 changed files with 113 additions and 41 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -0,0 +1,4 @@
|
|||
.idea
|
||||
.cover
|
||||
coverage
|
||||
webhook
|
Loading…
Add table
Add a link
Reference in a new issue