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

CI: test uucore with coreutils in codecov to run it with the proper features #5825

Merged
merged 2 commits into from
Jan 17, 2024

Conversation

tertsdiepraam
Copy link
Member

I think this should fix https://github.com/uutils/coreutils/pull/5783/files#r1447343162

The problem is that we were testing uucore without any features enabled, which led to a lot of tests being ignored.

In general it might be time to refactor our workflows a bit and make them a bit more uniform. The MSRV, codecov and regular builds all seem to be doing slightly different things.

@sylvestre
Copy link
Sponsor Contributor

Nice: codecov/project Successful in 1s — 85.67% (+0.38%) compared to cd9863d

@sylvestre
Copy link
Sponsor Contributor

I guess you saw:


error[E0432]: unresolved import `crate::digest`
   --> src\uucore\src/lib\features\sum.rs:487:20
    |
487 |         use crate::digest::Digest;
    |                    ^^^^^^
    |                    |
    |                    unresolved import
    |                    help: a similar path exists: `md5::digest`

error[E0432]: unresolved import `crate::digest`
   --> src\uucore\src/lib\features\sum.rs:488:20
    |
488 |         use crate::digest::DigestWriter;
    |                    ^^^^^^
    |                    |
    |                    unresolved import
    |                    help: a similar path exists: `md5::digest`

@sylvestre
Copy link
Sponsor Contributor

@tertsdiepraam ping ? :)

@tertsdiepraam
Copy link
Member Author

Let's see :)

@tertsdiepraam
Copy link
Member Author

@sylvestre seems to be good now :)

@sylvestre sylvestre merged commit b7a14ac into uutils:main Jan 17, 2024
59 of 61 checks passed
cakebaker added a commit to cakebaker/coreutils that referenced this pull request Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants