nipype / pydra

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

CI: Add dependabot config #633

Closed ghisvail closed 1 year ago

ghisvail commented 1 year ago

Add dependabot configuration watching updates to GitHub actions.

codecov[bot] commented 1 year ago

Codecov Report

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

Comparison is base (a85bb14) 81.77% compared to head (7e9584f) 81.72%.

:exclamation: Current head 7e9584f differs from pull request most recent head 755355f. Consider uploading reports for the commit 755355f to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #633 +/- ## ========================================== - Coverage 81.77% 81.72% -0.05% ========================================== Files 20 20 Lines 4394 4394 Branches 1264 0 -1264 ========================================== - Hits 3593 3591 -2 - Misses 797 803 +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=None#carryforward-flags-in-the-pull-request-comment) to find out more. [see 4 files with indirect coverage changes](https://codecov.io/gh/nipype/pydra/pull/633/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

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

ghisvail commented 1 year ago

I wonder how to fix codecov's spurious complaints 🤔

effigies commented 1 year ago

Do we have some tests that only run on master, so PRs will always look like regressions?

ghisvail commented 1 year ago

Do we have some tests that only run on master, so PRs will always look like regressions?

I am not sure how to interpret what codecov is reporting here. I'll check with another PR.

It just sound weird to get coverage regression report on a PR adding a GHA.