nipype / pydra

Pydra Dataflow Engine
https://nipype.github.io/pydra/
Other
120 stars 59 forks source link

GitHub Actions workflow for Dask tests #677

Closed adi611 closed 1 year ago

adi611 commented 1 year ago

Types of changes

Summary

This Pull Request adds the functionality to run Dask tests as part of the GitHub Actions workflow. The tests will run on pull requests and on push to the master branch.

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: -0.05 :warning:

Comparison is base (426564e) 81.77% compared to head (1622cbc) 81.72%.

:exclamation: Current head 1622cbc differs from pull request most recent head f0227a9. Consider uploading reports for the commit f0227a9 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #677 +/- ## ========================================== - Coverage 81.77% 81.72% -0.05% ========================================== Files 20 20 Lines 4400 4400 Branches 1264 0 -1264 ========================================== - Hits 3598 3596 -2 - Misses 798 804 +6 + Partials 4 0 -4 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `81.72% <ø> (-0.05%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nipype#carryforward-flags-in-the-pull-request-comment) to find out more. [see 4 files with indirect coverage changes](https://app.codecov.io/gh/nipype/pydra/pull/677/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nipype)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

djarecka commented 1 year ago

could you please add this workflow to #673, as we discussed last week.

ghisvail commented 1 year ago

Superseded by #686