From 72360efd3122899ae8ac2b50e4ee79d7f8810222 Mon Sep 17 00:00:00 2001 From: Sean Lawlor Date: Tue, 10 Jan 2023 18:42:37 -0500 Subject: [PATCH] more codecoverage tweaks --- CODE_COVERAGE.md | 7 +++++++ ractor-playground/Cargo.toml | 1 - xtask/Cargo.toml | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 CODE_COVERAGE.md diff --git a/CODE_COVERAGE.md b/CODE_COVERAGE.md new file mode 100644 index 00000000..d9ae4abb --- /dev/null +++ b/CODE_COVERAGE.md @@ -0,0 +1,7 @@ +# Current code coverage + +## Current code coverage + +[![codecov](https://codecov.io/gh/slawlor/ractor/branch/main/graph/badge.svg?token=61AGYYPWBA)](https://codecov.io/gh/slawlor/ractor) + + \ No newline at end of file diff --git a/ractor-playground/Cargo.toml b/ractor-playground/Cargo.toml index 5c1753ca..8dc31408 100644 --- a/ractor-playground/Cargo.toml +++ b/ractor-playground/Cargo.toml @@ -1,6 +1,5 @@ [package] name = "ractor-playground" -default-run = "ractor-playground" version = "0.0.0" authors = ["Sean Lawlor "] description = "A actor framework for Rust - REPL" diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 6cc4cdcf..0d4948e5 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "xtask" +default-run = "xtask" version = "0.1.0" edition = "2021" publish = false