Skip to content

Commit 6cf5526

Browse files
authored
Update README.rst
1 parent 283732b commit 6cf5526

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Structural Dynamics Python Libraries
33
####################################
44

5-
|documentation| |build| |codecov| |coveralls| |pylint| |docker|
5+
|documentation| |build| |codecov| |coveralls| |codefactor| |pylint| |docker|
66

77
This repository houses SDynPy, a Python module built for doing structural dynamics analysis using Python.
88
It contains core objects that define test geometry and data. It contains readers and writers for common data formats.
@@ -20,10 +20,10 @@ Information
2020
..
2121
Badges ========================================================================
2222
23-
.. |documentation| image:: https://img.shields.io/github/workflow/status/sandialabs/sdynpy/pages/main?label=Documentation
23+
.. |documentation| image:: https://img.shields.io/github/actions/workflow/status/sandialabs/sdynpy/pages.yml?branch=main&label=Documentation
2424
:target: https://sandialabs.github.io/sdynpy/
2525

26-
.. |build| image:: https://img.shields.io/github/workflow/status/sandialabs/sdynpy/main?label=GitHub&logo=github
26+
.. |build| image:: https://img.shields.io/github/actions/workflow/status/sandialabs/sdynpy/main.yml?branch=main&label=GitHub&logo=github
2727
:target: https://github.com/sandialabs/sdynpy
2828

2929
.. |pylint| image:: https://raw.githubusercontent.com/sandialabs/sdynpy/gh-pages/pylint.svg
@@ -35,5 +35,8 @@ Information
3535
.. |codecov| image:: https://img.shields.io/codecov/c/github/sandialabs/sdynpy?label=Codecov&logo=codecov
3636
:target: https://codecov.io/gh/sandialabs/sdynpy
3737

38+
.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/sandialabs/sdynpy?label=Codefactor&logo=codefactor
39+
:target: https://www.codefactor.io/repository/github/sandialabs/sdynpy
40+
3841
.. |docker| image:: https://img.shields.io/docker/v/dprohe/sdynpy?color=0db7ed&label=Docker%20Hub&logo=docker&logoColor=0db7ed
3942
:target: https://hub.docker.com/r/dprohe/sdynpy

0 commit comments

Comments
 (0)