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 516f484 commit 58f8b39Copy full SHA for 58f8b39
.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.10"
+ GH_COV_PY: "3.13"
9
GH_COV_OS: ubuntu-latest
10
GH_DEPENDABOT: dependabot
11
@@ -162,9 +162,8 @@ jobs:
162
flags: py-unittests
163
name: py-opentimelineio-codecov
164
fail_ci_if_error: false
165
- env:
166
- # based on: https://github.com/codecov/codecov-action?tab=readme-ov-file#usage
167
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
+ token: ${{ secrets.CODECOV_TOKEN }}
+ verbose: true
168
169
package_wheels:
170
needs: py_build_test
0 commit comments