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

Enable codecov coverage tracking #93

Merged
merged 2 commits into from
Jan 28, 2017
Merged

Enable codecov coverage tracking #93

merged 2 commits into from
Jan 28, 2017

Conversation

kshyatt
Copy link
Contributor

@kshyatt kshyatt commented Jan 26, 2017

No description provided.

@@ -12,3 +12,5 @@ git:
#script: # use the default script which is equivalent to the following
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'Pkg.clone(pwd()); Pkg.build("PkgDev"); Pkg.test("PkgDev"; coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("MyPkg")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
Copy link
Member

Choose a reason for hiding this comment

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

MyPkg?

Bad dumb typo is bad
@kshyatt
Copy link
Contributor Author

kshyatt commented Jan 27, 2017

Ok, now that I fixed this, can we merge?

@ararslan
Copy link
Member

There's something weird going on with AppVeyor, not really sure what the deal is. It looks like it's trying to do coverage stuff on AV? Shouldn't be...

@tkelman
Copy link
Contributor

tkelman commented Jan 27, 2017

It's running PkgDev's own tests, which used to work I think, something in nightly may have broken them? They aren't running on 0.5 release yet apparently.

@tkelman tkelman merged commit 100bade into master Jan 28, 2017
@tkelman tkelman deleted the ksh/cov branch January 28, 2017 20:07
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