We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a72bb40 commit 95e2e90Copy full SHA for 95e2e90
.github/workflows/run-unit-tests.yml
@@ -71,10 +71,11 @@ jobs:
71
name: coverage_file
72
73
- name: Upload python coverage report to Codecov
74
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
75
with:
76
directory: ./
77
name: Python-codecov
78
files: ./coverage.xml
79
fail_ci_if_error: true
80
verbose: true
81
+ token: ${{ secrets.CODECOV_TOKEN }}
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
7
[project]
8
name = "jupyter-matlab-proxy"
9
-version = "0.12.0"
+version = "0.12.1"
10
description = "MATLAB Integration for Jupyter"
11
readme = "README.md"
12
license = { file = "LICENSE.md" }
0 commit comments