Skip to content

Commit 8303c08

Browse files
authored
Merge pull request Cloud-Drift#567 from philippemiron/binning-plus
⭐ added various functions to the binning module
2 parents db3633c + cfa076c commit 8303c08

4 files changed

Lines changed: 1157 additions & 74 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,16 @@ jobs:
3636
shell: bash -l {0}
3737
run: coverage run -m pytest -c pyproject.toml
3838
- name: Display report
39+
if: always() && matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10'
3940
shell: bash -l {0}
4041
run: coverage report -i
4142
- name: Create coverage report
43+
if: always() && matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10'
4244
shell: bash -l {0}
4345
run: |
4446
coverage xml -i
4547
- name: Upload coverage report to Codecov
46-
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10'
48+
if: always() && matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10'
4749
uses: codecov/codecov-action@v4
4850
with:
4951
file: ./coverage.xml

0 commit comments

Comments
 (0)