summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2020-06-10 23:53:29 +0200
committerGitHub <noreply@github.com>2020-06-10 22:53:29 +0100
commitf2bcb8d09700d8c6974276cad1bf79bf521c8b21 (patch)
tree7fe8bd7f04fac89f751374f7f3591082b80ca9a2
parentf16896397d8810a7e3efdef36178e11b3b85ffa2 (diff)
downloadvirtualenv-f2bcb8d09700d8c6974276cad1bf79bf521c8b21.tar.gz
Fix the GHA badge in README (#1853)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 59e78d7..25dfeac 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
[![Gitter Chat](https://img.shields.io/gitter/room/pypa/virtualenv?color=FF004F&style=flat-square)](https://gitter.im/pypa/virtualenv)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/virtualenv?style=flat-square)](https://pypistats.org/packages/virtualenv)
[![PyPI - License](https://img.shields.io/pypi/l/virtualenv?style=flat-square)](https://opensource.org/licenses/MIT)
-[![Build Status](https://github.com/bloomberg/pypa/virtualenv/check/badge.svg)](https://github.com/pypa/virtualenv/actions?query=workflow%3Acheck)
+[![Build Status](https://github.com/pypa/virtualenv/workflows/check/badge.svg?branch=master&event=push)](https://github.com/pypa/virtualenv/actions?query=workflow%3Acheck)
[![codecov](https://codecov.io/gh/pypa/virtualenv/branch/master/graph/badge.svg)](https://codecov.io/gh/pypa/virtualenv)
[![Code style:
black](https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square)](https://github.com/psf/black)