Skip to content

Commit 8162b11

Browse files
committed
Update README badges
The README badges were still using legacy services like AppVeyor and Coveralls, which I no longer use regularly. The new badges are replaced with GitHub Actions and Codecov.io.
1 parent 88e547e commit 8162b11

2 files changed

Lines changed: 4 additions & 24 deletions

File tree

.appveyor.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ f90nml - A Fortran namelist parser, generator, and editor
44

55
A Python module and command line tool for parsing Fortran namelist files
66

7-
.. image:: https://ci.appveyor.com/api/projects/status/bcugyoqxiyyvemy8?svg=true
8-
:target: https://ci.appveyor.com/project/marshallward/f90nml
7+
.. image:: https://github.com/marshallward/f90nml/actions/workflows/testing.yaml/badge.svg?branch=main
8+
:target: https://github.com/marshallward/f90nml/actions/workflows/testing.yaml
99

10-
.. image:: https://coveralls.io/repos/marshallward/f90nml/badge.svg?branch=master
11-
:target: https://coveralls.io/r/marshallward/f90nml?branch=master
10+
.. image:: https://codecov.io/gh/marshallward/f90nml/graph/badge.svg?token=Ljh25jSMay
11+
:target: https://codecov.io/gh/marshallward/f90nml
1212

1313
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3245482.svg
1414
:target: https://doi.org/10.5281/zenodo.3245482

0 commit comments

Comments
 (0)