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

Update path creation/handling for artifacts #194

Merged
merged 2 commits into from Aug 18, 2019
Merged

Update path creation/handling for artifacts #194

merged 2 commits into from Aug 18, 2019

Conversation

mononym
Copy link
Contributor

@mononym mononym commented Aug 6, 2019

When attempting to run mix coveralls -o public/cover to generate coverage docs for usage in GitLab pages I get the following error: ** (File.Error) could not make directory "./public/cover": no such file or directory

By simply adding the -p options to mkdir this ceases to be a problem. Hence I switched both File.mkdir!/1 calls to File.mkdir_p!/1

@coveralls
Copy link

Coverage Status

Coverage increased (+0.03%) to 89.63% when pulling df89d71 on mononym:master into e14b766 on parroty:master.

@parroty parroty merged commit db8f935 into parroty:master Aug 18, 2019
@parroty
Copy link
Owner

parroty commented Aug 18, 2019

Thanks!

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

3 participants