forked from kemitix/git-next
test: don't record coverage for mock forge
This commit is contained in:
parent
4053563b30
commit
d76be1197a
1 changed files with 3 additions and 0 deletions
|
@ -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};
|
||||
|
|
Loading…
Reference in a new issue