File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 8787 run : |
8888 python -m pytest --durations=20 -v test/ ot/ --doctest-modules --color=yes --cov=./ --cov-report=xml
8989 - name : Upload coverage reports to Codecov with GitHub Action
90- uses : codecov/codecov-action@v3
90+ uses : codecov/codecov-action@v4
9191
9292 linux-minimal-deps :
9393
@@ -110,8 +110,6 @@ jobs:
110110 - name : Run tests
111111 run : |
112112 python -m pytest --durations=20 -v test/ ot/ --color=yes --cov=./ --cov-report=xml
113- - name : Upload coverage reports to Codecov with GitHub Action
114- uses : codecov/codecov-action@v3
115113
116114 macos :
117115 runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ This new release adds support for sparse cost matrices and a new lazy EMD solver
2020- Fix device for batch Ot solver in ` ot.batch ` (PR #784 , Issue #783 )
2121- Fix openmp flags on macOS (PR #789 )
2222- Clean documentation (PR #787 )
23+ - Fix code coverage (PR #791 )
2324
2425
2526## 0.9.6.post1
You can’t perform that action at this time.
0 commit comments