Skip to content

Commit 3e9ffa6

Browse files
authored
Update README.rst
1 parent 401020d commit 3e9ffa6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.rst

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

5-
|documentation| |build| |pylint|
5+
|documentation| |build| |codecov| |coveralls| |pylint|
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.
@@ -28,3 +28,9 @@ Information
2828

2929
.. |pylint| image:: https://raw.githubusercontent.com/sandialabs/sdynpy/gh-pages/pylint.svg
3030
:target: https://github.com/sandialabs/sdynpy
31+
32+
.. |coveralls| image:: https://img.shields.io/coveralls/github/sandialabs/sdynpy?logo=coveralls&label=Coveralls
33+
:target: https://coveralls.io/github/sandialabs/sdynpy?branch=main
34+
35+
.. |codecov| image:: https://img.shields.io/codecov/c/github/sandialabs/sdynpy?label=Codecov&logo=codecov
36+
:target: https://codecov.io/gh/sandialabs/sdynpy

0 commit comments

Comments
 (0)