Skip to content

Commit

Permalink
add build status to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-springer committed Jan 31, 2024
1 parent d112fdc commit 4b45d8a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@
</a>
</td>
</tr>
<tr>
<td>Build status</td>
<td>
<a href="https://github.com/NREL/PVDegradationTools/actions/workflows/pytest.yml?query=branch%3Amain">
<img src="https://github.com/NREL/PVDegradationTools/actions/workflows/pytest.yml/badge.svg?branch=main" alt="GitHub Actions Testing Status" />
</a>
<a href="https://codecov.io/gh/NREL/PVDegradationTools" >
<img src="https://codecov.io/gh/NREL/PVDegradationTools/graph/badge.svg?token=4I24S8BTG7"/>
</a>
</td>
</tr>
</table>


Expand Down

0 comments on commit 4b45d8a

Please sign in to comment.