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 7cb0e4a commit cd23c26Copy full SHA for cd23c26
.travis.yml
@@ -22,7 +22,7 @@ install:
22
- pip install "poetry>=1.0.0a5"
23
- poetry install
24
script:
25
- - tox -e $TOXENV -- --cov-report term-missing --cov=src
+ - tox -e $TOXENV -- --cov-report term-missing --cov=graphql_relay
26
after_success:
27
- codecov
28
deploy:
0 commit comments