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 d955a39 commit b0b2723Copy full SHA for b0b2723
.travis.yml
@@ -4,3 +4,6 @@ install:
4
- pip install -r requirements.txt
5
6
script: pytest # run test
7
+
8
+after_success:
9
+ - codecov # submit coverage
0 commit comments