diff --git a/.github/workflows/pytest.yaml b/.github/workflows/run-pytest.yml similarity index 100% rename from .github/workflows/pytest.yaml rename to .github/workflows/run-pytest.yml diff --git a/README.md b/README.md index 2059180..ecc3ddb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # logmuse -[![Build Status](https://travis-ci.org/databio/logmuse.svg?branch=master)](https://travis-ci.org/databio/logmuse) +[![Build Status](https://github.com/databio/logmuse/actions/workflows/run-pytest.yml/badge.svg?branch=master)](https://github.com/databio/logmuse/actions/workflows/run-pytest.yml/badge.svg?branch=master) [![Coverage Status](https://coveralls.io/repos/github/vreuter/logmuse/badge.svg?branch=master)](https://coveralls.io/github/vreuter/logmuse?branch=master) Logmuse is a small logging setup package. The point of logmuse is to make it super simple to add CLI-control of logging to your python CLI tool. It just provides a simple interface so that standard arguments can be passed on to the logger.