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

Add a new job in the CI to compute the code coverage of this project using the GNU testsuite #2946

Open
sylvestre opened this issue Jan 29, 2022 · 0 comments

Comments

@sylvestre
Copy link
Contributor

@sylvestre sylvestre commented Jan 29, 2022

Currently, the code coverage is computed based on the unit & integration tests of this project, it isn't using the GNU testsuite.

It would be interesting to build rust/coreutils with coverage support and then run the GNU testsuite instead of ours.

Now, results should be probably pushed as a separate project (so, not https://app.codecov.io/gh/uutils/coreutils)

The gnu testsuite execution code is in:
https://github.com/uutils/coreutils/blob/main/.github/workflows/GnuTests.yml
and the coverage:
https://github.com/uutils/coreutils/blob/main/.github/workflows/CICD.yml#L788

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