Skip to content

Commit

Permalink
docs: add codecov badge
Browse files Browse the repository at this point in the history
  • Loading branch information
patte committed Mar 21, 2024
1 parent 2a3efed commit eadedd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
(tokio-)rusqlite session store for <code>tower-sessions</code>.
</p>

[![tests](https://github.com/patte/tower-sessions-rusqlite-store/actions/workflows/rust.yml/badge.svg)](https://github.com/patte/tower-sessions-rusqlite-store/actions/workflows/rust.yml) [![crates.io](https://img.shields.io/crates/v/tower-sessions-rusqlite-store)](https://crates.io/crates/tower-sessions-rusqlite-store)
[![tests](https://github.com/patte/tower-sessions-rusqlite-store/actions/workflows/rust.yml/badge.svg)](https://github.com/patte/tower-sessions-rusqlite-store/actions/workflows/rust.yml) [![crates.io](https://img.shields.io/crates/v/tower-sessions-rusqlite-store)](https://crates.io/crates/tower-sessions-rusqlite-store) [![codecov](https://codecov.io/gh/patte/tower-sessions-rusqlite-store/graph/badge.svg?token=FZIFCIHNMB)](https://codecov.io/gh/patte/tower-sessions-rusqlite-store)


## Overview
Expand All @@ -25,13 +25,13 @@ The integration tests are copied from [tower-session-stores](https://github.com/

The unit tests are copied from [maxcountryman/tower-sessions/memory-store](https://github.com/maxcountryman/tower-sessions/blob/6ad8933b4f5e71f3202f0c1a28f194f3db5234c8/memory-store/src/lib.rs#L62) and located directly in `src/lib.rs`. They can be run with `cargo nextest run rusqlite_store_tests -p tower-sessions-rusqlite-store`.

Run tests with `cargo nextest run rusqlite_store_tests`.
Run all tests with: `cargo nextest run rusqlite_store_tests`.

## 🦺 Disclaimer
This is an unofficial fork of the original `tower-sessions-stores`. I'm relatively new to Rust and might have made stupid mistakes.

## 🙏 Credits
All credits go to the original authors of `tower-sessions-stores` and `tower-sessions`.
Most credits go to the original authors of `tower-sessions-stores` and `tower-sessions`.

<!-- 📦 Release
cargo publish --dry-run -p tower-sessions-rusqlite-store
Expand Down

0 comments on commit eadedd9

Please sign in to comment.