Skip to content

Commit

Permalink
updates for cov
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjinliu committed Feb 25, 2024
1 parent baabeaa commit 8981d4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![PyPI - Version](https://img.shields.io/pypi/v/whitecanvas.svg)](https://pypi.org/project/whitecanvas)
[![Python package index download statistics](https://img.shields.io/pypi/dm/whitecanvas.svg)](https://pypistats.org/packages/whitecanvas)
[![codecov](https://codecov.io/gh/hanjinliu/whitecanvas/graph/badge.svg?token=MYLNFOpEnA)](https://codecov.io/gh/hanjinliu/whitecanvas)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/whitecanvas.svg)](https://pypi.org/project/whitecanvas)

A type safe and backend independent plotting library for Python, aiming at not the simplest, but the tidiest API.
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
Expand Down Expand Up @@ -56,6 +57,7 @@ bokeh = [
testing = [
"pytest",
"pytest-qt",
"pytest-cov",
"qtpy>=2.4.1",
"pyqt5>=5.15.4",
"ipywidgets>=8.0.0",
Expand Down Expand Up @@ -134,7 +136,7 @@ all = [
features = ["testing"]

[tool.hatch.envs.test.scripts]
run = "pytest -v"
run = "pytest -v --cov=./whitecanvas --cov-report=xml"

[tool.black]
target-version = ["py37"]
Expand Down

0 comments on commit 8981d4d

Please sign in to comment.