Commit ff5d7b5 1 parent 7755f31 commit ff5d7b5 Copy full SHA for ff5d7b5
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 72
72
# \todo Should the Codecov web pages show the results of the C++ or Python tests?
73
73
# - name: Upload coverage to Codecov
74
74
# if: matrix.os == env.GH_COV_OS && github.actor != env.GH_DEPENDABOT
75
- # uses: codecov/codecov-action@v3.1.1
75
+ # uses: codecov/codecov-action@v3.1.4
76
76
# with:
77
77
# files: ${{ env.OTIO_BUILD_DIR }}/coverage.filtered.info
78
78
# flags: unittests
@@ -151,7 +151,7 @@ jobs:
151
151
run : make lcov
152
152
- name : Upload coverage to Codecov
153
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.1
154
+ uses : codecov/codecov-action@v3.1.4
155
155
with :
156
156
flags : py-unittests
157
157
name : py-opentimelineio-codecov
You can’t perform that action at this time.
0 commit comments