Skip to content

Commit

Permalink
build(coverage): no threshold
Browse files Browse the repository at this point in the history
Signed-off-by: blu3beri <[email protected]>
  • Loading branch information
berendsliedrecht committed Apr 28, 2023
1 parent 28d6089 commit 7e05d8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ coverage:
range: 85..100
round: down
precision: 1
status:
# ref: https://docs.codecov.com/docs/commit-status
project:
default:
# Avoid false negatives
threshold: 1%

# Test files aren't important for coverage
ignore:
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/src/modules/connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pub enum ConnectionSubcommands {
#[clap(about = HelpStrings::ConnectionsInvite)]
Invite {
/// Whether it should auto accept your side of the connection flow
#[clap(long, short, help = HelpStrings::ConnectionsInviteAutoAccept)]
#[clap(global = true, long, short, help = HelpStrings::ConnectionsInviteAutoAccept)]
auto_accept: bool,

/// Whether it should print a qr code
Expand Down

0 comments on commit 7e05d8b

Please sign in to comment.