Skip to content

Commit 58f8b39

Browse files
jminorreinecke
authored andcommitted
Turn on verbose codecov & fiddle with some settings
Signed-off-by: Joshua Minor <[email protected]>
1 parent 516f484 commit 58f8b39

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 4 deletions
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.10"
8+
GH_COV_PY: "3.13"
99
GH_COV_OS: ubuntu-latest
1010
GH_DEPENDABOT: dependabot
1111

@@ -162,9 +162,8 @@ jobs:
162162
flags: py-unittests
163163
name: py-opentimelineio-codecov
164164
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 }}
165+
token: ${{ secrets.CODECOV_TOKEN }}
166+
verbose: true
168167

169168
package_wheels:
170169
needs: py_build_test

0 commit comments

Comments
 (0)