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

Extract code coverage data from WPT test runs #21870

Open
jdm opened this issue Oct 4, 2018 · 2 comments
Open

Extract code coverage data from WPT test runs #21870

jdm opened this issue Oct 4, 2018 · 2 comments
Labels
A-testing B-interesting-project Represents work that is expected to be interesting in some fashion

Comments

@jdm
Copy link
Member

jdm commented Oct 4, 2018

It is possible to extract code coverage from Rust code (https://github.com/xd009642/tarpaulin, https://medium.com/@Razican/continuous-integration-and-code-coverage-report-for-a-rust-project-5dfd4d68fbe5, https://github.com/kennytm/cargo-kcov, etc.). It is also possible to get code coverage data for Firefox out of the automated test runs that happen (https://developer.mozilla.org/en-US/docs/Mozilla/Testing/Measuring_Code_Coverage_on_Firefox). It would be useful to figure out if we can make this data available for Servo.

@jdm jdm added B-interesting-project Represents work that is expected to be interesting in some fashion A-testing labels Oct 4, 2018
@jdm
Copy link
Member Author

jdm commented Oct 4, 2018

https://marco-c.github.io/2017/07/28/code-coverage-architecture.html has useful background information and mentions rust code in particular.

@jdm
Copy link
Member Author

jdm commented Feb 11, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-testing B-interesting-project Represents work that is expected to be interesting in some fashion
Projects
None yet
Development

No branches or pull requests

1 participant