From 2aab0657dbbecece3e71680c55a040953e02b531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Flamary?= Date: Thu, 5 Feb 2026 15:14:48 +0100 Subject: [PATCH 1/2] updae codecov version and remove from minimal --- .github/workflows/build_tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build_tests.yml b/.github/workflows/build_tests.yml index 28f5edbb3..e964aaff2 100644 --- a/.github/workflows/build_tests.yml +++ b/.github/workflows/build_tests.yml @@ -87,7 +87,7 @@ jobs: run: | python -m pytest --durations=20 -v test/ ot/ --doctest-modules --color=yes --cov=./ --cov-report=xml - name: Upload coverage reports to Codecov with GitHub Action - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 linux-minimal-deps: @@ -110,8 +110,6 @@ jobs: - name: Run tests run: | python -m pytest --durations=20 -v test/ ot/ --color=yes --cov=./ --cov-report=xml - - name: Upload coverage reports to Codecov with GitHub Action - uses: codecov/codecov-action@v3 macos: runs-on: ${{ matrix.os }} From bb5b225d73d417260961add0a172911626535e0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Flamary?= Date: Thu, 5 Feb 2026 16:08:21 +0100 Subject: [PATCH 2/2] upadet release file --- RELEASES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASES.md b/RELEASES.md index cdabf416d..1660913cd 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -20,6 +20,7 @@ This new release adds support for sparse cost matrices and a new lazy EMD solver - Fix device for batch Ot solver in `ot.batch` (PR #784, Issue #783) - Fix openmp flags on macOS (PR #789) - Clean documentation (PR #787) +- Fix code coverage (PR #791) ## 0.9.6.post1