parent
36b82049f2
commit
395cc57b9c
@ -30,7 +30,7 @@ jobs:
|
||||
--ignore-not-existing
|
||||
--ignore "tests/*"
|
||||
--ignore "src/main.rs"
|
||||
--ignore "src/bin/mh-edit.rs"
|
||||
--ignore "src/bin/musichoard-edit.rs"
|
||||
--excl-start "GRCOV_EXCL_START|mod tests \{"
|
||||
--excl-stop "GRCOV_EXCL_STOP"
|
||||
--output-path ./target/debug/coverage/
|
||||
|
@ -35,7 +35,7 @@ name = "musichoard"
|
||||
required-features = ["bin", "database-json", "library-beets", "ssh-library", "tui"]
|
||||
|
||||
[[bin]]
|
||||
name = "mh-edit"
|
||||
name = "musichoard-edit"
|
||||
required-features = ["bin", "database-json"]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
|
@ -32,7 +32,7 @@ grcov codecov/debug/profraw \
|
||||
--ignore-not-existing \
|
||||
--ignore "tests/*" \
|
||||
--ignore "src/main.rs" \
|
||||
--ignore "src/bin/mh-edit.rs" \
|
||||
--ignore "src/bin/musichoard-edit.rs" \
|
||||
--excl-start "GRCOV_EXCL_START|mod tests \{" \
|
||||
--excl-stop "GRCOV_EXCL_STOP" \
|
||||
--output-path ./codecov/debug/coverage/
|
||||
|
@ -11,7 +11,7 @@ use musichoard::{
|
||||
type MH = MusicHoard<NoLibrary, JsonDatabase<JsonDatabaseFileBackend>>;
|
||||
|
||||
#[derive(StructOpt, Debug)]
|
||||
#[structopt(about = "mh-edit: edit the MusicHoard database",
|
||||
#[structopt(about = "musichoard-edit: edit the MusicHoard database",
|
||||
global_settings=&[AppSettings::DeriveDisplayOrder])]
|
||||
struct Opt {
|
||||
#[structopt(
|
Loading…
Reference in New Issue
Block a user