Skip to content
Permalink
Browse files

setup: update deps, add coveragerc, update README

  • Loading branch information...
ikreymer committed Mar 24, 2019
1 parent ccc1a61 commit 2e826321e564b461ba7e077d4a6cb996ea686f93
Showing with 135 additions and 90 deletions.
  1. +7 −0 .coveragerc
  2. +11 −1 README.md
  3. +112 −81 poetry.lock
  4. +5 −8 pyproject.toml
@@ -0,0 +1,7 @@
[run]
source = codecov
branch = True
omit =
*/test/*
*/tests/*

@@ -12,4 +12,14 @@ To use crawlmanager, run:
```bash
poetry install
# or "pip install -r reqs/requirements.txt -r reqs/dev-requirements.txt"
```
```


### Tests

Run tests with:

```bash
py.test --cov ./crawlmanager -vv ./tests/
```

Oops, something went wrong.

0 comments on commit 2e82632

Please sign in to comment.
You can’t perform that action at this time.