From 1aa744ae0fb7f9ac6eb77dde8a1daad7e71e8cf3 Mon Sep 17 00:00:00 2001 From: Sandeep Somasekharan Date: Mon, 16 Jan 2023 19:52:46 +0530 Subject: [PATCH] Update README.md fix shields image link ref: https://github.com/badges/shields/issues/8671 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f02967..9de901d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![GitHub](https://img.shields.io/github/license/codereverser/casparser)](https://github.com/codereverser/casparser/blob/main/LICENSE) -![GitHub Workflow Status](https://img.shields.io/github/workflow/status/codereverser/casparser-isin/run-tests) +![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/codereverser/casparser-isin/run-pytest.yml?branch=main) [![codecov](https://codecov.io/gh/codereverser/casparser-isin/branch/main/graph/badge.svg?token=MQ8ZEVTG1B)](https://codecov.io/gh/codereverser/casparser-isin) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/casparser-isin) @@ -55,4 +55,4 @@ database can be updated via the cli tool casparser-isin --update ``` -- casparser-isin will try to use the file provided by `CASPARSER_ISIN_DB` environment variable; if present, and the file exists \ No newline at end of file +- casparser-isin will try to use the file provided by `CASPARSER_ISIN_DB` environment variable; if present, and the file exists