Skip to content

Commit 7a1f4c1

Browse files
authored
Add Codecov badge to README
Added Codecov badge to README for coverage tracking.
1 parent cbe3ead commit 7a1f4c1

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,18 @@
1616
<img src="https://github.com/VirtualPlanetaryLaboratory/vspace/actions/workflows/tests.yml/badge.svg">
1717
<img src="https://img.shields.io/badge/Python-3.9--3.13-orange.svg"></a>
1818
<a href="https://github.com/VirtualPlanetaryLaboratory/vspace/actions/workflows/pip-install.yml">
19-
19+
<a href="https://codecov.io/github/VirtualPlanetaryLaboratory/vspace">
20+
<img src="https://codecov.io/github/VirtualPlanetaryLaboratory/vspace/graph/badge.svg?token=6Z8HVQW8N6">
21+
</a>
2022
<br>
2123
<img src="https://github.com/VirtualPlanetaryLaboratory/vspace/actions/workflows/pip-install.yml/badge.svg">
2224
<img src="https://img.shields.io/badge/Python-3.6--3.9-orange.svg"></a>
2325
<img src = "https://img.shields.io/badge/Platforms-Linux_|%20macOS-darkgreen.svg?style=flat">
2426
</a>
2527
</p>
2628

29+
30+
2731
`VSPACE` is a tool to build input files for parameter sweeps with [`VPLanet`](https://github.com/VirtualPlanetaryLaboratory/vplanet).
2832
With `VSPACE` you can quickly and easily build input files with specific
2933
parameters with different distributions, such as grids, normal distribution, sines and cosines, and even arbitrary distributions. After generating the trials, use the [`MultiPlanet` package](https://github.com/VirtualPlanetaryLaboratory/multi-planet) to run the simulations

0 commit comments

Comments
 (0)