Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,17 @@
<a href="https://github.com/VirtualPlanetaryLaboratory/vspace/actions/workflows/docs.yml">
<img src="https://github.com/VirtualPlanetaryLaboratory/vspace/actions/workflows/docs.yml/badge.svg">
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-purple.svg"></a>
<a href="https://VirtualPlanetaryLaboratory.github.io/vplanet/conduct.html"><img src="https://img.shields.io/badge/Code%20of-Conduct-7d93c7.svg"></a><br>
<a href="https://VirtualPlanetaryLaboratory.github.io/vplanet/conduct.html"><img src="https://img.shields.io/badge/Code%20of-Conduct-7d93c7.svg"></a>
<br>
<img src="https://img.shields.io/badge/Unit%20Tests-3-darkblue.svg"></a>
<a href="https://github.com/VirtualPlanetaryLaboratory/vspace/actions/workflows/tests.yml">
<img src="https://github.com/VirtualPlanetaryLaboratory/vspace/actions/workflows/tests.yml/badge.svg">
<img src="https://img.shields.io/badge/Python-3.6--3.9-orange.svg"></a><br>
<img src="https://img.shields.io/badge/Python-3.6--3.9-orange.svg"></a>
<a href="https://github.com/VirtualPlanetaryLaboratory/vspace/actions/workflows/pip-install.yml">
[![codecov](https://codecov.io/github/VirtualPlanetaryLaboratory/vspace/graph/badge.svg?token=6Z8HVQW8N6)](https://codecov.io/github/VirtualPlanetaryLaboratory/vspace)
<br>
<img src="https://github.com/VirtualPlanetaryLaboratory/vspace/actions/workflows/pip-install.yml/badge.svg">
<img src="https://img.shields.io/badge/Python-3.7--3.9-orange.svg"></a>
<img src="https://img.shields.io/badge/Python-3.9--3.13-orange.svg"></a>
<img src = "https://img.shields.io/badge/Platforms-Linux_|%20macOS-darkgreen.svg?style=flat">
</a>
</p>
Expand Down
22 changes: 22 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
codecov:
# Don't fail CI if coverage report has issues
require_ci_to_pass: no

coverage:
status:
project:
default:
# Allow coverage to decrease
target: auto
threshold: 100%
informational: true
patch:
default:
# Don't fail on patch coverage
informational: true

comment:
# Add comment to PR with coverage info
layout: "reach,diff,flags,tree"
behavior: default
require_changes: false