Skip to content

Commit

Permalink
Merge pull request #235 from baszalmstra/fix/tarpaulin_skip
Browse files Browse the repository at this point in the history
fix: proper tarpaulin skip attribute
  • Loading branch information
baszalmstra authored Jun 29, 2020
2 parents 8a86e66 + e5eb3e0 commit 00f18b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/mun_codegen_macros/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![cfg_attr(tarpaulin, skip)]
#![cfg(not(tarpaulin_include))]

use proc_macro::TokenStream;
use quote::quote;
Expand Down

0 comments on commit 00f18b1

Please sign in to comment.