From 1003cae8099c916a5331f9006fe0567304e48523 Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Sun, 20 Apr 2025 00:55:55 +0100 Subject: [PATCH] docs: update README.md to improve structure and formatting --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 80aebc7..8b2aac7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,23 @@ # rustframe -A simple dataframe library. \ No newline at end of file +[![codecov](https://codecov.io/gh/Magnus167/rustframe/graph/badge.svg?token=J7ULJEFTVI)](https://codecov.io/gh/Magnus167/rustframe) + +A simple dataframe library. + +--- + +`tarpaulin` coverage report: [tarpaulin-report](tarpaulin-report.html). + +--- + +## Build + +```bash +cargo build +``` + +## Test + +```bash +cargo test +```