From d312e45f2963c2e06bad87c6d6bca7869ab3029a Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Wed, 31 Jul 2024 10:54:41 +1000 Subject: [PATCH] ci: fix codecov badge --- README.md | 3 +-- justfile | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d585a96..640dc8c 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/justfile b/justfile index 350aded..2c0f199 100644 --- a/justfile +++ b/justfile @@ -10,4 +10,4 @@ test: # get coverage with tarpaulin coverage: - cargo tarpaulin -t 300 -- --test-threads 1 \ No newline at end of file + cargo tarpaulin -t 300 -- --test-threads 1 --out xml \ No newline at end of file