Skip to content

Conversation

nicolocin
Copy link
Collaborator

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Summary

Upload coverage report to codecov for windows test in Azure Pipelines

Checklist

  • All tests passing
  • I have added tests to cover my changes
  • I have updated documentation (if necessary)
  • My code follows the code style of this project
    (we are using black: you can pip install pre-commit,
    run pre-commit install in the pydra directory
    and black will be run automatically with each commit)

Acknowledgment

  • I acknowledge that this contribution will be available under the Apache 2 license.

@codecov
Copy link

codecov bot commented May 19, 2020

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #263      +/-   ##
==========================================
+ Coverage   86.44%   86.62%   +0.17%     
==========================================
  Files          19       19              
  Lines        3047     3072      +25     
  Branches      815      822       +7     
==========================================
+ Hits         2634     2661      +27     
+ Misses        258      256       -2     
  Partials      155      155              
Flag Coverage Δ
#unittests 86.62% <ø> (+0.17%) ⬆️
Impacted Files Coverage Δ
pydra/engine/core.py 89.55% <0.00%> (+0.55%) ⬆️
pydra/engine/task.py 79.68% <0.00%> (+0.78%) ⬆️

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 194a3ba...d26c43a. Read the comment docs.

@nicolocin nicolocin merged commit 2c3cad7 into nipype:master May 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant