From 18572a9d41ed530489ab634bf2166b3cfad1fdf0 Mon Sep 17 00:00:00 2001 From: "Brandon T. Willard" Date: Wed, 17 May 2023 00:01:52 -0500 Subject: [PATCH] Update test status badge --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 21f0e8c..90a8545 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # `etuples` - -[![Build Status](https://travis-ci.org/pythological/etuples.svg?branch=main)](https://travis-ci.org/pythological/etuples) [![Coverage Status](https://coveralls.io/repos/github/pythological/etuples/badge.svg?branch=main)](https://coveralls.io/github/pythological/etuples?branch=main) [![PyPI](https://img.shields.io/pypi/v/etuples)](https://pypi.org/project/etuples/) +[![Tests](https://github.com/pythological/etuples/actions/workflows/tests.yml/badge.svg)](https://github.com/pythological/etuples/actions/workflows/tests.yml) [![Coverage Status](https://coveralls.io/repos/github/pythological/etuples/badge.svg?branch=main)](https://coveralls.io/github/pythological/etuples?branch=main) [![PyPI](https://img.shields.io/pypi/v/etuples)](https://pypi.org/project/etuples/) Python [S-expression](https://en.wikipedia.org/wiki/S-expression) emulation using tuple-like objects.