Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

tox.ini: find Notebooks to run with nbval-lax using unix find cmd (WIP) #363

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

willfurnass
Copy link
Collaborator

Closes #325

@codecov-io
Copy link

codecov-io commented Oct 1, 2019

Codecov Report

Merging #363 into master will decrease coverage by 0.24%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #363      +/-   ##
==========================================
- Coverage   43.02%   42.77%   -0.25%     
==========================================
  Files          10       10              
  Lines        9295     9307      +12     
  Branches     2520     2520              
==========================================
- Hits         3999     3981      -18     
+ Misses       4886     4852      -34     
- Partials      410      474      +64
Impacted Files Coverage Δ
mumot/utils.py 65.5% <0%> (-4.53%) ⬇️
mumot/controllers.py 74.61% <0%> (-3.25%) ⬇️
mumot/models.py 69.33% <0%> (-2.65%) ⬇️
mumot/__init__.py 92.3% <0%> (-0.29%) ⬇️
mumot/views.py 67.31% <0%> (+1.05%) ⬆️

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 9ce6577...e1b602c. Read the comment docs.

@willfurnass willfurnass force-pushed the 325-find-test-nbs-with-wildcards branch 3 times, most recently from d19d004 to 84bdd17 Compare October 1, 2019 09:29
@willfurnass willfurnass force-pushed the 325-find-test-nbs-with-wildcards branch from e1b602c to 9dc2d32 Compare October 1, 2019 15:16
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test suite: run all notebooks in one or more dirs rather than explicitly named notebooks
2 participants