Exclude inline tests from coverage
All checks were successful
timw4mail/json-parser/pipeline/head This commit looks good
All checks were successful
timw4mail/json-parser/pipeline/head This commit looks good
This commit is contained in:
parent
90a7767775
commit
f3a584d11e
@ -660,7 +660,7 @@ impl JSON {
|
|||||||
|
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
#[cfg_attr(tarpaulin, ignore)]
|
#[cfg(not(tarpaulin_include))]
|
||||||
mod tests {
|
mod tests {
|
||||||
use super::JSONValue::{Array, Number, True};
|
use super::JSONValue::{Array, Number, True};
|
||||||
use super::*;
|
use super::*;
|
||||||
|
Loading…
Reference in New Issue
Block a user