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

Include priority in Task debug output #493

Merged
merged 2 commits into from
Jan 15, 2024
Merged

Conversation

jch-13
Copy link
Contributor

@jch-13 jch-13 commented Jan 15, 2024

Working on #490, I noticed that the Debug impl of Task does not print the priority field.

Checklist

  • I picked the correct source and target branch.
  • I included a new entry to the CHANGELOG.md.
  • I checked cargo clippy and cargo fmt. The CI will fail otherwise anyway.
  • (If applicable) I added tests for this feature or adjusted existing tests.
  • (If applicable) I checked if anything in the wiki needs to be changed.

Copy link

codecov bot commented Jan 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (fb6caab) 79.61% compared to head (4d6593b) 79.59%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #493      +/-   ##
==========================================
- Coverage   79.61%   79.59%   -0.02%     
==========================================
  Files          77       77              
  Lines        5538     5539       +1     
==========================================
  Hits         4409     4409              
- Misses       1129     1130       +1     

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

Copy link

Test Results

  3 files  +  1   22 suites  +8   2m 48s ⏱️ + 1m 32s
144 tests ±  0  144 ✅ ±  0  0 💤 ±0  0 ❌ ±0 
308 runs  +143  308 ✅ +143  0 💤 ±0  0 ❌ ±0 

Results for commit 4d6593b. ± Comparison against base commit fb6caab.

@Nukesor Nukesor merged commit 01b1f7e into Nukesor:main Jan 15, 2024
19 checks passed
@jch-13 jch-13 deleted the dbg_prio branch January 25, 2024 13:57
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.

None yet

2 participants