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

Use string literal to format unreachable message in test #3483

Merged
merged 3 commits into from
Feb 8, 2022

Conversation

dconnolly
Copy link
Contributor

Motivation

Missed one in the tests

Solution

Use string literal to format unreachable message

Review

Anyone can review

Reviewer Checklist

  • Coverage passes

@dconnolly dconnolly added A-rust Area: Updates to Rust code C-cleanup Category: This is a cleanup P-High 🔥 labels Feb 8, 2022
@dconnolly dconnolly requested review from teor2345 and a team February 8, 2022 06:26
@dconnolly dconnolly self-assigned this Feb 8, 2022
@teor2345
Copy link
Contributor

teor2345 commented Feb 8, 2022

@gustavovalverde we missed this change in #3479 because coverage is an optional check. And maybe because the build didn't continue after errors.

We might want to think about changing those settings, if these kind of CI failures become more common.

But it's not urgent at all.

Copy link
Contributor

@teor2345 teor2345 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed the redundant format

@codecov
Copy link

codecov bot commented Feb 8, 2022

Codecov Report

Merging #3483 (173752f) into main (499ae89) will increase coverage by 0.13%.
The diff coverage is 74.03%.

@@            Coverage Diff             @@
##             main    #3483      +/-   ##
==========================================
+ Coverage   78.34%   78.47%   +0.13%     
==========================================
  Files         267      273       +6     
  Lines       31526    31814     +288     
==========================================
+ Hits        24698    24967     +269     
- Misses       6828     6847      +19     

@mergify mergify bot merged commit 2f33300 into main Feb 8, 2022
@mergify mergify bot deleted the fix-unreachable-formatting-on-nightly branch February 8, 2022 08:34
@upbqdn upbqdn mentioned this pull request Feb 18, 2022
30 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-rust Area: Updates to Rust code C-cleanup Category: This is a cleanup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants