test: don't record coverage for mock forge

This commit is contained in:
Paul Campbell 2024-05-23 08:53:16 +01:00
parent 4053563b30
commit d76be1197a

View file

@ -1,3 +1,6 @@
//
#![cfg(not(tarpaulin_include))]
use git::OpenRepository;
use git_next_config::{BranchName, GitDir, RepoConfig};
use git_next_git::{self as git, GitRef};