Skip to content

Commit

Permalink
add some more badges to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dasmy committed Jul 22, 2021
1 parent f5bc05e commit 5598d7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Unit test Code Coverage Reporting
- Fix partial reconstruction in plain numpy backend
- Added some more badges to README.md

## [0.1.1] - 2021-07-22
### Added
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
![Language](https://img.shields.io/github/languages/top/emdgroup/tnmf)
![PyPI Python Version](https://img.shields.io/pypi/pyversions/tnmf)
[![License](https://img.shields.io/github/license/emdgroup/tnmf)](https://github.com/emdgroup/tnmf/blob/main/LICENSE)
[![Flake8 Linter](https://github.com/emdgroup/tnmf/actions/workflows/flake8.yml/badge.svg)](https://github.com/emdgroup/tnmf/actions/workflows/flake8.yml)
[![Pylint Linter](https://github.com/emdgroup/tnmf/actions/workflows/pylint.yml/badge.svg)](https://github.com/emdgroup/tnmf/actions/workflows/pylint.yml)
[![Pytest and Coverage](https://github.com/emdgroup/tnmf/actions/workflows/pytest.yml/badge.svg)](https://github.com/emdgroup/tnmf/actions/workflows/pytest.yml)
Expand Down

0 comments on commit 5598d7b

Please sign in to comment.