Skip to content

Commit

Permalink
Update codecov to run on python 3.10 builds (#1727)
Browse files Browse the repository at this point in the history
* move up codecov version to python 3.10
* walking forward to v4 of the codecov uploader

---------

Co-authored-by: ssteinbach <[email protected]>
  • Loading branch information
ssteinbach and ssteinbach authored Apr 12, 2024
1 parent ff5d7b5 commit 9d875e7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: OpenTimelineIO

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

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

0 comments on commit 9d875e7

Please sign in to comment.