Skip to content

Commit 4edabea

Browse files
authored
Feature/fix badges (#12)
* try fix badges * remove codecov, useless for macros * bump version
1 parent 1ccb522 commit 4edabea

File tree

4 files changed

+5
-42
lines changed

4 files changed

+5
-42
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ jobs:
2323
- uses: actions-rs/cargo@v1
2424
with:
2525
command: check
26+
args: --tests

.github/workflows/coverage.yml

-37
This file was deleted.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fluent-comparisons"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = ["geo-ant <geos.blog@posteo.de>"]
55
edition = "2021"
66
homepage = "https://github.com/geo-ant/fluent-comparisons"

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# fluent-comparisons
22

3-
![build](https://github.com/geo-ant/fluent-comparisons/workflows/build/badge.svg?branch=main)
4-
![tests](https://github.com/geo-ant/fluent-comparisons/workflows/tests/badge.svg?branch=main)
5-
![lints](https://github.com/geo-ant/fluent-comparisons/workflows/lints/badge.svg?branch=main)
6-
[![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)
3+
![build](https://github.com/geo-ant/fluent-comparisons/workflows/build/badge.svg)
4+
![tests](https://github.com/geo-ant/fluent-comparisons/workflows/tests/badge.svg)
5+
![lints](https://github.com/geo-ant/fluent-comparisons/workflows/lints/badge.svg)
76
![maintenance-status](https://img.shields.io/badge/maintenance-passively--maintained-yellowgreen.svg)
87

98
**Fluent syntax for multi-comparisons.**

0 commit comments

Comments
 (0)