Skip to content

Commit

Permalink
Feature/fix badges (#12)
Browse files Browse the repository at this point in the history
* try fix badges

* remove codecov, useless for macros

* bump version
  • Loading branch information
geo-ant authored Oct 17, 2023
1 parent 1ccb522 commit 4edabea
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 42 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: check
args: --tests
37 changes: 0 additions & 37 deletions .github/workflows/coverage.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fluent-comparisons"
version = "1.0.0"
version = "1.0.1"
authors = ["geo-ant <geos.blog@posteo.de>"]
edition = "2021"
homepage = "https://github.com/geo-ant/fluent-comparisons"
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# fluent-comparisons

![build](https://github.com/geo-ant/fluent-comparisons/workflows/build/badge.svg?branch=main)
![tests](https://github.com/geo-ant/fluent-comparisons/workflows/tests/badge.svg?branch=main)
![lints](https://github.com/geo-ant/fluent-comparisons/workflows/lints/badge.svg?branch=main)
[![Coverage Status](https://coveralls.io/repos/github/geo-ant/fluent-comparisons/badge.svg?branch=main)](https://coveralls.io/github/geo-ant/fluent-comparisons?branch=main)
![build](https://github.com/geo-ant/fluent-comparisons/workflows/build/badge.svg)
![tests](https://github.com/geo-ant/fluent-comparisons/workflows/tests/badge.svg)
![lints](https://github.com/geo-ant/fluent-comparisons/workflows/lints/badge.svg)
![maintenance-status](https://img.shields.io/badge/maintenance-passively--maintained-yellowgreen.svg)

**Fluent syntax for multi-comparisons.**
Expand Down

0 comments on commit 4edabea

Please sign in to comment.