From 788a197fd08911e4fa1247db1d35a654c612a5f7 Mon Sep 17 00:00:00 2001 From: Rory Conlin Date: Thu, 29 Aug 2024 15:28:01 -0400 Subject: [PATCH] Fix readme badges and expected number of tests --- README.rst | 8 ++++---- codecov.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 18e4400c79..24e56055ad 100644 --- a/README.rst +++ b/README.rst @@ -111,12 +111,12 @@ Contribute :target: https://desc-docs.readthedocs.io/en/latest/?badge=latest :alt: Documentation -.. |UnitTests| image:: https://github.com/PlasmaControl/DESC/actions/workflows/unittest.yml/badge.svg - :target: https://github.com/PlasmaControl/DESC/actions/workflows/unittest.yml +.. |UnitTests| image:: https://github.com/PlasmaControl/DESC/actions/workflows/unit_tests.yml/badge.svg + :target: https://github.com/PlasmaControl/DESC/actions/workflows/unit_tests.yml :alt: UnitTests -.. |RegressionTests| image:: https://github.com/PlasmaControl/DESC/actions/workflows/regression_test.yml/badge.svg - :target: https://github.com/PlasmaControl/DESC/actions/workflows/regression_test.yml +.. |RegressionTests| image:: https://github.com/PlasmaControl/DESC/actions/workflows/regression_tests.yml/badge.svg + :target: https://github.com/PlasmaControl/DESC/actions/workflows/regression_tests.yml :alt: RegressionTests .. |Codecov| image:: https://codecov.io/gh/PlasmaControl/DESC/branch/master/graph/badge.svg?token=5LDR4B1O7Z diff --git a/codecov.yml b/codecov.yml index 8d3a272f14..e4c14a2bc1 100644 --- a/codecov.yml +++ b/codecov.yml @@ -4,7 +4,7 @@ comment: # this is a top-level key require_changes: false # if true: only post the comment if coverage changes require_base: true # [true :: must have a base report to post] require_head: true # [true :: must have a head report to post] - after_n_builds: 10 + after_n_builds: 14 coverage: status: patch: