Skip to content

Commit 3ee4386

Browse files
authored
[MRG] Fix coverage (#791)
* updae codecov version and remove from minimal * upadet release file
1 parent 29276ad commit 3ee4386

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build_tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
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 }}

RELEASES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)