We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44209fa commit b8290a4Copy full SHA for b8290a4
.travis.yml
@@ -22,7 +22,7 @@ install:
22
23
script:
24
- flake8 connect
25
-- pytest --cov-report=xml --cov=./
+- pytest --cov-report=xml --cov=./connect
26
27
after_success:
28
- bash <(curl -s https://codecov.io/bash)
0 commit comments