Skip to content

Commit

Permalink
v0.12.1 : Fixes codecoverage issues
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhakk-mw committed May 8, 2024
1 parent a72bb40 commit 95e2e90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,11 @@ jobs:
name: coverage_file

- name: Upload python coverage report to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
directory: ./
name: Python-codecov
files: ./coverage.xml
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "hatchling.build"

[project]
name = "jupyter-matlab-proxy"
version = "0.12.0"
version = "0.12.1"
description = "MATLAB Integration for Jupyter"
readme = "README.md"
license = { file = "LICENSE.md" }
Expand Down

0 comments on commit 95e2e90

Please sign in to comment.