Add method to manually add artist metadata #85

Merged
wojtek merged 16 commits from 55---add-method-to-manually-add-artist-metadata into main 2024-01-10 22:33:58 +01:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit d43f82d5ef - Show all commits

View File

@ -30,6 +30,7 @@ jobs:
--ignore-not-existing
--ignore "tests/*"
--ignore "src/main.rs"
--ignore "src/bin/mh-edit.rs"
--excl-start "GRCOV_EXCL_START|mod tests \{"
--excl-stop "GRCOV_EXCL_STOP"
--output-path ./target/debug/coverage/

View File

@ -32,6 +32,7 @@ grcov codecov/debug/profraw \
--ignore-not-existing \
--ignore "tests/*" \
--ignore "src/main.rs" \
--ignore "src/bin/mh-edit.rs" \
--excl-start "GRCOV_EXCL_START|mod tests \{" \
--excl-stop "GRCOV_EXCL_STOP" \
--output-path ./codecov/debug/coverage/