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

Comments

@jdm
Copy link
Member

@jdm 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
Copy link
Member Author

@jdm 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 jdm commented Feb 11, 2019

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

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.