Skip to content

Commit e2ef1e4

Browse files
committed
DOC: Update badges
Update badges to reflect current analysis
1 parent 0c6b035 commit e2ef1e4

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
1-
[![Documentation Status](https://readthedocs.org/projects/arch/badge/?version=latest)](http://arch.readthedocs.org/en/latest/)
1+
###### Continuous Integration
2+
23
[![Travis Build Status](https://travis-ci.org/bashtage/arch.svg?branch=master)](https://travis-ci.org/bashtage/arch)
34
[![Appveyor Build Status](https://ci.appveyor.com/api/projects/status/nmt02u7jwcgx7i2x?svg=true)](https://ci.appveyor.com/project/bashtage/arch/branch/master)
5+
6+
###### Documentation
7+
8+
[![Documentation Status](https://readthedocs.org/projects/arch/badge/?version=latest)](http://arch.readthedocs.org/en/latest/)
9+
10+
###### Coverage
11+
412
[![Coverage Status](https://coveralls.io/repos/bashtage/arch/badge.svg?branch=master)](https://coveralls.io/r/bashtage/arch?branch=master)
513
[![codecov](https://codecov.io/gh/bashtage/arch/branch/master/graph/badge.svg)](https://codecov.io/gh/bashtage/arch)
6-
[![Code Health](https://landscape.io/github/bashtage/arch/master/landscape.svg?style=flat)](https://landscape.io/github/bashtage/arch/master)
14+
15+
###### Code Inspections
16+
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/bashtage/arch.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/bashtage/arch/context:python)
17+
[![Total alerts](https://img.shields.io/lgtm/alerts/g/bashtage/arch.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/bashtage/arch/alerts/)
18+
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/cea43b588e0f4f2a9d8ba37cf63f8210)](https://www.codacy.com/app/bashtage/arch?utm_source=github.com&utm_medium=referral&utm_content=bashtage/arch&utm_campaign=Badge_Grade)
19+
[![codebeat badge](https://codebeat.co/badges/18a78c15-d74b-4820-b56d-72f7e4087532)](https://codebeat.co/projects/github-com-bashtage-arch-master)
20+
21+
###### Citation
722
[![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.15681.svg)](http://dx.doi.org/10.5281/zenodo.15681)
823

924
# ARCH

README.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
|Documentation Status| |Travis Build Status| |Appveyor Build Status|
2-
|Coverage Status| |codecov| |Code Health| |DOI|
2+
|Coverage Status| |codecov| |Total alerts| |Codacy Badge| |codebeat
3+
badge| |DOI|
34

45
ARCH
56
====
@@ -250,7 +251,11 @@ be skipped using the flag ``--no-binary``
250251
:target: https://coveralls.io/r/bashtage/arch?branch=master
251252
.. |codecov| image:: https://codecov.io/gh/bashtage/arch/branch/master/graph/badge.svg
252253
:target: https://codecov.io/gh/bashtage/arch
253-
.. |Code Health| image:: https://landscape.io/github/bashtage/arch/master/landscape.svg?style=flat
254-
:target: https://landscape.io/github/bashtage/arch/master
254+
.. |Total alerts| image:: https://img.shields.io/lgtm/alerts/g/bashtage/arch.svg?logo=lgtm&logoWidth=18
255+
:target: https://lgtm.com/projects/g/bashtage/arch/alerts/
256+
.. |Codacy Badge| image:: https://api.codacy.com/project/badge/Grade/cea43b588e0f4f2a9d8ba37cf63f8210
257+
:target: https://www.codacy.com/app/bashtage/arch?utm_source=github.com&utm_medium=referral&utm_content=bashtage/arch&utm_campaign=Badge_Grade
258+
.. |codebeat badge| image:: https://codebeat.co/badges/18a78c15-d74b-4820-b56d-72f7e4087532
259+
:target: https://codebeat.co/projects/github-com-bashtage-arch-master
255260
.. |DOI| image:: https://zenodo.org/badge/doi/10.5281/zenodo.15681.svg
256261
:target: http://dx.doi.org/10.5281/zenodo.15681

0 commit comments

Comments
 (0)