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
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
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: