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 coverage uploads #95

Merged
merged 1 commit into from Aug 1, 2018
Merged

fix coverage uploads #95

merged 1 commit into from Aug 1, 2018

Conversation

minrk
Copy link
Member

@minrk minrk commented Aug 1, 2018

codecov upload has been failing since #72. I think because coverage is not installed on $PATH. Activating the env should fix it, but will wait for CI to confirm. It works. Had to use a bizarre echo export >> $BASH_ENV snippet because circleci doesn't support setting standard environment variables.

@minrk minrk force-pushed the fix-coverage branch 2 times, most recently from 70792c2 to 6f0fcab Compare August 1, 2018 14:15
needed for codecov to find necessary commands

codecov appears to need git as well

environment variables must be set at runtime using a weird [$BASH_ENV trick](https://circleci.com/docs/2.0/env-vars/#using-bash_env-to-set-environment-variables) since circle doesn't support simple `PATH: bin:$PATH` in the environment variable spec.
@minrk minrk changed the title [wip] try to fix coverage uploads fix coverage uploads Aug 1, 2018
@minrk minrk mentioned this pull request Aug 1, 2018
1 task
@yuvipanda yuvipanda merged commit fb680dc into jupyterhub:master Aug 1, 2018
@minrk minrk deleted the fix-coverage branch August 3, 2018 14:12
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.

None yet

2 participants