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 77962c9 commit 6def0dfCopy full SHA for 6def0df
circle.yml
@@ -4,11 +4,12 @@ machine:
4
5
dependencies:
6
override:
7
- - pip install -q numpy scipy pytest pytest-cov
+ - pip install numpy scipy pytest pytest-cov codecov
8
- git submodule init
9
- git submodule update
10
11
test:
12
13
- pip install .
14
- pytest --cov=waveform_analysis --cov-report html
15
+ - codecov
0 commit comments