Skip to content

Commit 1a04c6c

Browse files
authored
docs(readme): point build badge at GitHub Actions (#1094)
AppVeyor was retired in the 2022 CI migration; its badge has shown a stale failing status ever since. Repoint to the live "Build and Test" workflow (dotnet.yml) so the badge reflects real master status.
1 parent 693b20e commit 1a04c6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
A library for mass spectrometry projects.
44

55
[![Release](https://img.shields.io/github/v/release/smith-chem-wisc/mzLib)](https://github.com/smith-chem-wisc/mzLib/releases/latest)
6-
[![Build status](https://ci.appveyor.com/api/projects/status/0jt31252xny5aoxt/branch/master?svg=true)](https://ci.appveyor.com/project/smith-chem-wisc/mzLib/branch/master)
6+
[![Build and Test](https://github.com/smith-chem-wisc/mzLib/actions/workflows/dotnet.yml/badge.svg?branch=master)](https://github.com/smith-chem-wisc/mzLib/actions/workflows/dotnet.yml)
77
[![codecov](https://codecov.io/gh/smith-chem-wisc/mzLib/branch/master/graph/badge.svg)](https://codecov.io/gh/smith-chem-wisc/mzLib)
88
[![Coverity Scan Build Status](https://scan.coverity.com/projects/10000/badge.svg)](https://scan.coverity.com/projects/mzlib)
99

0 commit comments

Comments
 (0)