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: use --all when running cargo test #241

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

cakebaker
Copy link
Contributor

@cakebaker cakebaker commented Oct 7, 2024

I noticed that not all tests are run in the CI. This PR adds --all when running cargo test.

Currently, it should fail with two "mismatched types" errors, which I fixed in #242

Copy link

codecov bot commented Oct 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 61.36%. Comparing base (2e01edd) to head (a631fba).
Report is 46 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #241      +/-   ##
==========================================
- Coverage   61.40%   61.36%   -0.04%     
==========================================
  Files          42       43       +1     
  Lines        4415     4434      +19     
  Branches      680      681       +1     
==========================================
+ Hits         2711     2721      +10     
- Misses       1546     1554       +8     
- Partials      158      159       +1     
Flag Coverage Δ
macos_latest 46.07% <ø> (+0.05%) ⬆️
ubuntu_latest 58.55% <ø> (+0.04%) ⬆️
windows_latest 0.06% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Krysztal112233 Krysztal112233 merged commit 087d37c into uutils:main Oct 30, 2024
13 of 16 checks passed
@cakebaker cakebaker deleted the ci_use_test_all branch October 30, 2024 08:37
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