From 5e0fd26fb9212608f1384fb09fe335e7b6f929b1 Mon Sep 17 00:00:00 2001 From: Bryan Gillespie Date: Sat, 27 Jul 2024 00:20:47 -0600 Subject: [PATCH] Change github actions name to try to fix status badge --- .github/workflows/{build-test.yaml => build.yaml} | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{build-test.yaml => build.yaml} (96%) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build.yaml similarity index 96% rename from .github/workflows/build-test.yaml rename to .github/workflows/build.yaml index 202e5c3..431c6e6 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build.yaml @@ -1,4 +1,4 @@ -name: Build and Test +name: build on: [pull_request] diff --git a/README.md b/README.md index 7af77d7..75014e7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build and Test](https://github.com/RPGillespie6/fastcov/actions/workflows/build-test.yaml/badge.svg)](https://github.com/RPGillespie6/fastcov/actions/workflows/build-test.yaml) +[![Build and Test](https://github.com/RPGillespie6/fastcov/workflows/build/badge.svg)](https://github.com/RPGillespie6/fastcov/actions/workflows/build.yaml) [![Code Coverage](https://img.shields.io/codecov/c/github/rpgillespie6/fastcov.svg)](https://codecov.io/gh/RPGillespie6/fastcov) [![PyPI Version](https://img.shields.io/pypi/v/fastcov.svg)](https://pypi.org/project/fastcov/)