Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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 }}
Expand Down
1 change: 1 addition & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading