From 3b13cd72b2d2fe5dfce103b6d591efb6d05b0f47 Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Thu, 17 Jun 2021 20:57:25 +0000 Subject: [PATCH] Add pytest badge --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 145da0d2d..12d941e47 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # TorchGeo PyTorch data loaders for geospatial data -[![flake8](https://github.com/microsoft/torchgeo/workflows/flake8/badge.svg)](https://github.com/microsoft/torchgeo/actions) -[![black](https://github.com/microsoft/torchgeo/workflows/black/badge.svg)](https://github.com/microsoft/torchgeo/actions) -[![mypy](https://github.com/microsoft/torchgeo/workflows/mypy/badge.svg)](https://github.com/microsoft/torchgeo/actions) -[![sphinx](https://github.com/microsoft/torchgeo/workflows/sphinx/badge.svg)](https://github.com/microsoft/torchgeo/actions) +[![flake8](https://github.com/microsoft/torchgeo/actions/workflows/flake8.yaml/badge.svg)](https://github.com/microsoft/torchgeo/actions/workflows/flake8.yaml) +[![black](https://github.com/microsoft/torchgeo/actions/workflows/black.yaml/badge.svg)](https://github.com/microsoft/torchgeo/actions/workflows/black.yaml) +[![mypy](https://github.com/microsoft/torchgeo/actions/workflows/mypy.yaml/badge.svg)](https://github.com/microsoft/torchgeo/actions/workflows/mypy.yaml) +[![pytest](https://github.com/microsoft/torchgeo/actions/workflows/pytest.yaml/badge.svg)](https://github.com/microsoft/torchgeo/actions/workflows/pytest.yaml) +[![sphinx](https://github.com/microsoft/torchgeo/actions/workflows/sphinx.yaml/badge.svg)](https://github.com/microsoft/torchgeo/actions/workflows/sphinx.yaml) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) ## Contributing