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

coverage for shell scripts? #152

Closed
zbeekman opened this issue Feb 29, 2016 · 3 comments
Closed

coverage for shell scripts? #152

zbeekman opened this issue Feb 29, 2016 · 3 comments

Comments

@zbeekman
Copy link
Collaborator

I'm wondering if it might be useful to have coverage data for the various shell scripts we use, whether it's the installation shell scripts, or the caf wrapper scripts. This may help us narrow down bugs more quickly if we can identify which portions of scripts are executed under the CI test environment and which are not executed. Do you think this would be a worthwhile addition?

Two options for this are kcov and it's simpler, python only, predecessor, shcov. I know at least kcov can output coverage data in the Cobertura XML format, which codecov.io can understand.

@rouson
Copy link
Member

rouson commented Feb 29, 2016

Absolutely!

@rouson rouson modified the milestone: 2.x release May 24, 2016
@zbeekman
Copy link
Collaborator Author

It seems like kcov has made progress towards being functional on OS X. It might be worth looking into this again.

@zbeekman
Copy link
Collaborator Author

zbeekman commented Sep 8, 2017

I'm going to close this as won't fix. kcov and shcov are prohibitively challenging to install during our CI workflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants