Skip to content

Commit 014e5ff

Browse files
committed
attempt to add coverage
1 parent 86969d0 commit 014e5ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

circle.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ dependencies:
1919
- sudo apt-get update -y; sudo apt-get install -y fsl-core fsl-atlases
2020
- bash ~/nipype/tools/install_spm_mcr.sh
2121
- mkdir ~/.nipype && echo "[logging]" > ~/.nipype/nipype.cfg && echo "workflow_level = DEBUG" >> ~/.nipype/nipype.cfg && echo "interface_level = DEBUG" >> ~/.nipype/nipype.cfg && echo "filemanip_level = DEBUG" >> ~/.nipype/nipype.cfg
22+
- curl http://www.jpm4j.org/install/script | sh
23+
- jpm install com.codacy:codacy-coverage-reporter
2224
test:
2325
override:
24-
- . /usr/share/fsl/5.0/etc/fslconf/fsl.sh && nosetests --with-doctest --logging-level=DEBUG --verbosity=3:
26+
- . /usr/share/fsl/5.0/etc/fslconf/fsl.sh && nosetests --with-doctest --logging-level=DEBUG --verbosity=3 --with-cov --cov nipype --cover-xml-file=coverage.xml:
2527
environment:
2628
SPMMCRCMD: "$HOME/spm12/run_spm12.sh $HOME/mcr/v85/ script"
2729
FORCE_SPMMCR: 1

0 commit comments

Comments
 (0)