Skip to content

Commit

Permalink
Badges (#32)
Browse files Browse the repository at this point in the history
* doc : code quality table added to README.md

* doc : CHANGELOG.md updated
  • Loading branch information
sepandhaghighi authored Jan 22, 2024
1 parent 5e38641 commit a8d8858
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed
- `async_mode` parameter added to `play` function
- Test system modified
- `README.md` modified
- `Python 3.12` added to `linux_test.yml`, `macOS_test.yml` and `windows_test.yml`
## [0.2] - 2023-07-10
### Added
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,15 @@ Nava is a Python library that allows users to play sound in Python without any d
</tr>
</table>

<table>
<tr>
<td align="center">Code Quality</td>
<td align="center"><a href="https://app.codacy.com/gh/openscilab/nava/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade"><img src="https://app.codacy.com/project/badge/Grade/9c384b4e400340ae94772c1d7e1842d0"></a></td>
<td align="center"><a href="https://www.codefactor.io/repository/github/openscilab/nava"><img src="https://www.codefactor.io/repository/github/openscilab/nava/badge" alt="CodeFactor"></a></td>
<td align="center"><a href="https://codebeat.co/projects/github-com-openscilab-nava-dev"><img alt="codebeat badge" src="https://codebeat.co/badges/75df9d9c-af95-4038-8a1d-9f3618856871"></a></td>
</tr>
</table>

## Installation

### PyPI
Expand Down

0 comments on commit a8d8858

Please sign in to comment.