Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[FIX][TST] Adds curl installation where needed #390

Merged
merged 7 commits into from
Sep 10, 2019
Merged

[FIX][TST] Adds curl installation where needed #390

merged 7 commits into from
Sep 10, 2019

Conversation

jbteves
Copy link
Collaborator

@jbteves jbteves commented Sep 10, 2019

Closes #388 .

Changes proposed in this pull request:

  • Installs curl where needed

@jbteves jbteves mentioned this pull request Sep 10, 2019
@codecov
Copy link

codecov bot commented Sep 10, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@c673417). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #390   +/-   ##
=========================================
  Coverage          ?   81.17%           
=========================================
  Files             ?       41           
  Lines             ?     2380           
  Branches          ?        0           
=========================================
  Hits              ?     1932           
  Misses            ?      448           
  Partials          ?        0

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 c673417...e7c6de3. Read the comment docs.

@jbteves jbteves requested review from tsalo and emdupre and removed request for tsalo September 10, 2019 18:29
@jbteves
Copy link
Collaborator Author

jbteves commented Sep 10, 2019

@tsalo I don't know why it says I cancelled your review but I do in fact want it.

@jbteves jbteves changed the title [WIP] Adds curl installation where needed Adds curl installation where needed Sep 10, 2019
@jbteves jbteves changed the title Adds curl installation where needed [TST] Adds curl installation where needed Sep 10, 2019
@jbteves jbteves changed the title [TST] Adds curl installation where needed [FIX][TST] Adds curl installation where needed Sep 10, 2019
@@ -277,6 +281,7 @@ jobs:
- run:
name: Merge coverage files
command: |
apt-get install -y curl
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this one necessary?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unbelievably, yes. Codecov uses curl to upload the report, that’s why it kept failing.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weird, but good to know.

Copy link
Member

@tsalo tsalo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Copy link
Member

@emdupre emdupre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @jbteves ! 🎇

@jbteves jbteves merged commit 734fe05 into ME-ICA:master Sep 10, 2019
@jbteves jbteves deleted the JT_add_curl branch September 10, 2019 21:22
handwerkerd added a commit to handwerkerd/tedana that referenced this pull request Sep 11, 2019
Adds curl installation where needed.
NOTE: curl does not come pre-installed on the miniconda3 image that we use.
NOTE: merge_coverage requires curl even though it is never explicitly called because codecov uses curl to upload the report.
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.

Patch coverage reporting
3 participants