From 83fd50a6c790ef6bfebb9a1b0b9244bc3835ba99 Mon Sep 17 00:00:00 2001 From: RoryBarnes Date: Mon, 29 Dec 2025 11:35:42 -0800 Subject: [PATCH] Updatin tests.yml to include all OS and Python permutations. Updated README to include codecov badge. --- .github/workflows/tests.yml | 4 ++-- README.md | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4f0ac02..a9feb44 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,8 +13,8 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-22.04] - python-version: ["3.9"] + os: [ubuntu-22.04, ubuntu-24.04, macos-15-intel, macos-latest] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] exclude: # macOS latest doesn't support Python 3.9 well on ARM - os: macos-latest diff --git a/README.md b/README.md index da8c5a4..729ad83 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,16 @@ +
+ [![codecov](https://codecov.io/github/VirtualPlanetaryLaboratory/bigplanet/graph/badge.svg?token=FQEJBL185K)](https://codecov.io/github/VirtualPlanetaryLaboratory/bigplanet)
+