From 93a60e4d928087a5403e494fae289a8f19a6caec Mon Sep 17 00:00:00 2001 From: Hari Date: Wed, 22 Nov 2023 12:12:46 +0100 Subject: [PATCH] updated codecov action version --- .github/workflows/test-and-publish-release.yml | 2 +- .github/workflows/test-main.yml | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-and-publish-release.yml b/.github/workflows/test-and-publish-release.yml index ca1e695..4391a96 100644 --- a/.github/workflows/test-and-publish-release.yml +++ b/.github/workflows/test-and-publish-release.yml @@ -37,7 +37,7 @@ jobs: coverage xml - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml diff --git a/.github/workflows/test-main.yml b/.github/workflows/test-main.yml index ffc4962..28badd7 100644 --- a/.github/workflows/test-main.yml +++ b/.github/workflows/test-main.yml @@ -41,7 +41,7 @@ jobs: coverage xml - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml diff --git a/README.md b/README.md index 24f1f52..b37b429 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # python-pathfinding-3D -![MIT License](https://img.shields.io/github/license/harisankar95/python-pathfinding-3d) -![PyPI](https://img.shields.io/pypi/v/pathfinding3d) +[![MIT License](https://img.shields.io/github/license/harisankar95/python-pathfinding-3d)](LICENSE) +[![PyPI](https://img.shields.io/pypi/v/pathfinding3d)](https://pypi.org/project/pathfinding3d/) [![Pipeline](https://github.com/harisankar95/python-pathfinding-3D/actions/workflows/test-main.yml/badge.svg?branch=main)](https://github.com/harisankar95/python-pathfinding-3D/actions/workflows/test-main.yml) [![codecov](https://codecov.io/gh/harisankar95/python-pathfinding-3D/branch/main/graph/badge.svg?token=ZQZQZQZQZQ)](https://codecov.io/gh/harisankar95/python-pathfinding-3D) [![codestyle](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)