Skip to content

Commit

Permalink
ci: fix codecov badge
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 committed Jul 31, 2024
1 parent 6f89379 commit d312e45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
![rasusa](img/logo.png)

[![Build Status](https://github.com/mbhall88/rasusa/actions/workflows/rust-ci.yaml/badge.svg?branch=main)](https://github.com/mbhall88/rasusa/actions/workflows/rust-ci.yaml)

[//]: # ([![codecov](https://codecov.io/gh/mbhall88/rasusa/branch/main/graph/badge.svg)](https://codecov.io/gh/mbhall88/rasusa))
[![codecov](https://codecov.io/gh/mbhall88/rasusa/branch/main/graph/badge.svg?token=hx9gUy5Bn9)](https://codecov.io/gh/mbhall88/rasusa)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![github release version](https://img.shields.io/github/v/release/mbhall88/rasusa)](https://github.com/mbhall88/rasusa/releases)
[![DOI](https://joss.theoj.org/papers/10.21105/joss.03941/status.svg)](https://doi.org/10.21105/joss.03941)
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ test:

# get coverage with tarpaulin
coverage:
cargo tarpaulin -t 300 -- --test-threads 1
cargo tarpaulin -t 300 -- --test-threads 1 --out xml

0 comments on commit d312e45

Please sign in to comment.