From c33b623e4117a1c3cfa1a14c38c2e5ab3f81f7f4 Mon Sep 17 00:00:00 2001 From: Arne Dußin Date: Mon, 26 Apr 2021 13:54:49 +0200 Subject: Add additional dice tests and skip tests for rngs --- src/main.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 8534936..6cc390e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,5 +1,9 @@ +#![feature(register_tool)] +#![register_tool(tarpaulin)] + pub mod character; pub mod dice; pub mod inventory; +#[tarpaulin::skip] fn main() {} -- cgit v1.2.3-70-g09d2