this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: update README with badges

+5 -10
+5 -7
README.md
··· 1 1 # cmprss 2 2 3 + [![build](https://img.shields.io/github/actions/workflow/status/atuinsh/atuin/rust.yml?style=flat-square)](https://github.com/arcuru/cmprss/actions?query=workflow%3ANix) 4 + [![crates.io](https://img.shields.io/crates/v/cmprss.svg?style=flat-square)](https://crates.io/crates/cmprss) 5 + [![coverage](https://img.shields.io/codecov/c/github/arcuru/cmprss)](https://codecov.io/gh/arcuru/cmprss) 6 + ![license](https://img.shields.io/github/license/arcuru/cmprss) 7 + 3 8 **Status: Alpha.** 4 9 CLI is relatively stable but likely contains bugs, and there may be future breaking changes. 5 10 ··· 140 145 PRs that improve the test coverage are encouraged. 141 146 142 147 Test coverage can be measured using `cargo llvm-cov report` and `cargo tarpaulin`. 143 - 144 - ### @arcuru 145 - 146 - I am the only developer on this right now, and I usually develop by committing directly to the `main` branch. 147 - For larger features I _may_ go through a PR to run CI and to have some more easily discoverable documentation of a specific feature. 148 - 149 - I will stop committing directly to `main` as soon as someone else submits a non-trivial PR and then submits a request to remove this section of the README.
-3
Taskfile.yml
··· 42 42 cmd: nix flake check 43 43 fmt: 44 44 desc: Run all formatters 45 - sources: 46 - - ./**/*.rs 47 - - ./**/*.nix 48 45 cmds: 49 46 - nix fmt 50 47 test: