We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5d7b5 commit 9d875e7Copy full SHA for 9d875e7
.github/workflows/python-package.yml
@@ -5,7 +5,7 @@ name: OpenTimelineIO
5
6
# for configuring which build will be a C++ coverage build / coverage report
7
env:
8
- GH_COV_PY: 3.7
+ GH_COV_PY: "3.10"
9
GH_COV_OS: ubuntu-22.04
10
GH_DEPENDABOT: dependabot
11
@@ -151,8 +151,9 @@ jobs:
151
run: make lcov
152
- name: Upload coverage to Codecov
153
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
+ uses: codecov/codecov-action@v4
155
with:
156
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
157
flags: py-unittests
158
name: py-opentimelineio-codecov
159
fail_ci_if_error: true
0 commit comments