Skip to content

Commit a29da83

Browse files
authored
Merge pull request #28 from VirtualPlanetaryLaboratory/comprehensive-testing
Comprehensive testing
2 parents 794e372 + 6023fc8 commit a29da83

2 files changed

Lines changed: 28 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,17 @@
99
<a href="https://github.com/VirtualPlanetaryLaboratory/vspace/actions/workflows/docs.yml">
1010
<img src="https://github.com/VirtualPlanetaryLaboratory/vspace/actions/workflows/docs.yml/badge.svg">
1111
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-purple.svg"></a>
12-
<a href="https://VirtualPlanetaryLaboratory.github.io/vplanet/conduct.html"><img src="https://img.shields.io/badge/Code%20of-Conduct-7d93c7.svg"></a><br>
12+
<a href="https://VirtualPlanetaryLaboratory.github.io/vplanet/conduct.html"><img src="https://img.shields.io/badge/Code%20of-Conduct-7d93c7.svg"></a>
13+
<br>
1314
<img src="https://img.shields.io/badge/Unit%20Tests-3-darkblue.svg"></a>
1415
<a href="https://github.com/VirtualPlanetaryLaboratory/vspace/actions/workflows/tests.yml">
1516
<img src="https://github.com/VirtualPlanetaryLaboratory/vspace/actions/workflows/tests.yml/badge.svg">
16-
<img src="https://img.shields.io/badge/Python-3.6--3.9-orange.svg"></a><br>
17+
<img src="https://img.shields.io/badge/Python-3.6--3.9-orange.svg"></a>
1718
<a href="https://github.com/VirtualPlanetaryLaboratory/vspace/actions/workflows/pip-install.yml">
19+
[![codecov](https://codecov.io/github/VirtualPlanetaryLaboratory/vspace/graph/badge.svg?token=6Z8HVQW8N6)](https://codecov.io/github/VirtualPlanetaryLaboratory/vspace)
20+
<br>
1821
<img src="https://github.com/VirtualPlanetaryLaboratory/vspace/actions/workflows/pip-install.yml/badge.svg">
19-
<img src="https://img.shields.io/badge/Python-3.7--3.9-orange.svg"></a>
22+
<img src="https://img.shields.io/badge/Python-3.9--3.13-orange.svg"></a>
2023
<img src = "https://img.shields.io/badge/Platforms-Linux_|%20macOS-darkgreen.svg?style=flat">
2124
</a>
2225
</p>

codecov.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
codecov:
2+
# Don't fail CI if coverage report has issues
3+
require_ci_to_pass: no
4+
5+
coverage:
6+
status:
7+
project:
8+
default:
9+
# Allow coverage to decrease
10+
target: auto
11+
threshold: 100%
12+
informational: true
13+
patch:
14+
default:
15+
# Don't fail on patch coverage
16+
informational: true
17+
18+
comment:
19+
# Add comment to PR with coverage info
20+
layout: "reach,diff,flags,tree"
21+
behavior: default
22+
require_changes: false

0 commit comments

Comments
 (0)