Skip to content

Commit

Permalink
Add a configuration to codecov.io (#636)
Browse files Browse the repository at this point in the history
* Add a configuration to codecov.io

* Add badge

* Make coverage purely informational
  • Loading branch information
sholderbach authored Sep 15, 2023
1 parent 6739c6a commit ae1d97a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
coverage:
status:
project:
default:
informational: true
patch:
default:
informational: true

comment:
layout: reach, diff, files
behavior: default
require_base: yes
require_head: yes
after_n_builds: 5 # Our test matrix currently has 5 configurations
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![Crates.io](https://img.shields.io/crates/v/reedline)](https://crates.io/crates/reedline)
[![docs.rs](https://img.shields.io/docsrs/reedline)](https://docs.rs/reedline/)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/nushell/reedline/ci.yml?branch=main)
[![codecov](https://codecov.io/gh/nushell/reedline/graph/badge.svg?token=NUTC465WOL)](https://codecov.io/gh/nushell/reedline)
[![Discord](https://img.shields.io/discord/601130461678272522.svg?logo=discord)](https://discord.gg/NtAbbGn)

## Introduction
Expand Down

0 comments on commit ae1d97a

Please sign in to comment.