Skip to content

Commit 95e2e90

Browse files
committed
v0.12.1 : Fixes codecoverage issues
1 parent a72bb40 commit 95e2e90

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/run-unit-tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,11 @@ jobs:
7171
name: coverage_file
7272

7373
- name: Upload python coverage report to Codecov
74-
uses: codecov/codecov-action@v3
74+
uses: codecov/codecov-action@v4
7575
with:
7676
directory: ./
7777
name: Python-codecov
7878
files: ./coverage.xml
7979
fail_ci_if_error: true
8080
verbose: true
81+
token: ${{ secrets.CODECOV_TOKEN }}

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66

77
[project]
88
name = "jupyter-matlab-proxy"
9-
version = "0.12.0"
9+
version = "0.12.1"
1010
description = "MATLAB Integration for Jupyter"
1111
readme = "README.md"
1212
license = { file = "LICENSE.md" }

0 commit comments

Comments
 (0)