Skip to content

Commit

Permalink
more codecoverage tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
slawlor committed Jan 10, 2023
1 parent edc7072 commit 72360ef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CODE_COVERAGE.md
Original file line number Diff line number Diff line change
@@ -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)

<img src="https://codecov.io/gh/facebook/akd/branch/main/graphs/sunburst.svg?token=61AGYYPWBA">
1 change: 0 additions & 1 deletion ractor-playground/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[package]
name = "ractor-playground"
default-run = "ractor-playground"
version = "0.0.0"
authors = ["Sean Lawlor <[email protected]>"]
description = "A actor framework for Rust - REPL"
Expand Down
1 change: 1 addition & 0 deletions xtask/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "xtask"
default-run = "xtask"
version = "0.1.0"
edition = "2021"
publish = false
Expand Down

0 comments on commit 72360ef

Please sign in to comment.