nilearn / nistats

Modeling and statistical inference on fMRI data in Python
BSD 3-Clause "New" or "Revised" License
95 stars 55 forks source link

[WIP] Sphinx should only build files that have changed #435

Closed kchawla-pi closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #435 into master will increase coverage by 0.33%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #435      +/-   ##
==========================================
+ Coverage   92.33%   92.67%   +0.33%     
==========================================
  Files          40       40              
  Lines        4707     4707              
==========================================
+ Hits         4346     4362      +16     
+ Misses        361      345      -16
Impacted Files Coverage Δ
nistats/datasets.py 71.63% <ø> (ø) :arrow_up:
nistats/reporting/glm_reporter.py 99.08% <0%> (+3.19%) :arrow_up:
nistats/__init__.py 94.73% <0%> (+5.26%) :arrow_up:
nistats/tests/test_init.py 93.1% <0%> (+6.89%) :arrow_up:
nistats/conftest.py 92.3% <0%> (+23.07%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a7f8da9...adc7b86. Read the comment docs.

bthirion commented 4 years ago

Is that one still alive ? Best,