From 3e41b5e68de8bac17f2dd40317b2e68d7f61cb56 Mon Sep 17 00:00:00 2001 From: Rosie Wood Date: Fri, 15 Nov 2024 11:18:03 +0000 Subject: [PATCH 1/2] Fix codecov badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8daa34da..dfdbe04b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ![License](https://img.shields.io/badge/License-MIT-yellow.svg) ![Integration Tests badge](https://github.com/Living-with-machines/MapReader/actions/workflows/mr_ci.yml/badge.svg) ![DOI](https://zenodo.org/badge/430661738.svg) -![CodeCov](https://codecov.io/github/Living-with-machines/MapReader/graph/badge.svg?token=38GQ3O1GB5) +[![codecov](https://codecov.io/gh/maps-as-data/MapReader/graph/badge.svg?token=38GQ3O1GB5)](https://codecov.io/gh/maps-as-data/MapReader) [![DOI](https://joss.theoj.org/papers/10.21105/joss.06434/status.svg)](https://doi.org/10.21105/joss.06434) ## Table of Contents From f97ba7f054c4693556648a9a76fb1ab9fccc260f Mon Sep 17 00:00:00 2001 From: Rosie Wood Date: Fri, 15 Nov 2024 11:20:39 +0000 Subject: [PATCH 2/2] Update codecov action version --- .github/workflows/mr_ci_text_spotting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mr_ci_text_spotting.yml b/.github/workflows/mr_ci_text_spotting.yml index b67a8d2f..d321d7bc 100644 --- a/.github/workflows/mr_ci_text_spotting.yml +++ b/.github/workflows/mr_ci_text_spotting.yml @@ -71,7 +71,7 @@ jobs: python -m pytest --cov=./ --cov-report=xml ./tests - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} directory: ./coverage/reports/