Skip to content

Commit

Permalink
added coveralls to dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmpercussion committed Jun 23, 2024
1 parent dc8ff9a commit 7bdfbab
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
![MIT License](https://img.shields.io/github/license/cpmpercussion/keras-mdn-layer.svg?style=flat)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.2580176.svg)](https://doi.org/10.5281/zenodo.2580176)
[![Install and run IMPSY](https://github.com/cpmpercussion/imps/actions/workflows/python-app.yml/badge.svg)](https://github.com/cpmpercussion/imps/actions/workflows/python-app.yml)
[![Coverage Status](https://coveralls.io/repos/github/cpmpercussion/imps/badge.svg?branch=main)](https://coveralls.io/github/cpmpercussion/imps?branch=main)

![Predictive Musical Interaction](https://github.com/cpmpercussion/imps/raw/main/images/predictive_interaction.png)

Expand Down
97 changes: 95 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ pandas = "^2.2.2"
pytest = "^8.2.2"
flake8 = "^7.0.0"
black = "^24.4.2"
coveralls = "^4.0.1"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 7bdfbab

Please sign in to comment.