Skip to content

Commit 9d875e7

Browse files
authored
Update codecov to run on python 3.10 builds (#1727)
* move up codecov version to python 3.10 * walking forward to v4 of the codecov uploader --------- Co-authored-by: ssteinbach <ssteinbach@users.noreply.github.com>
1 parent ff5d7b5 commit 9d875e7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/python-package.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: OpenTimelineIO
55

66
# for configuring which build will be a C++ coverage build / coverage report
77
env:
8-
GH_COV_PY: 3.7
8+
GH_COV_PY: "3.10"
99
GH_COV_OS: ubuntu-22.04
1010
GH_DEPENDABOT: dependabot
1111

@@ -151,8 +151,9 @@ jobs:
151151
run: make lcov
152152
- name: Upload coverage to Codecov
153153
if: matrix.python-version == env.GH_COV_PY && matrix.os == env.GH_COV_OS && github.actor != env.GH_DEPENDABOT
154-
uses: codecov/codecov-action@v3.1.4
154+
uses: codecov/codecov-action@v4
155155
with:
156+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
156157
flags: py-unittests
157158
name: py-opentimelineio-codecov
158159
fail_ci_if_error: true

0 commit comments

Comments
 (0)