File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments