Skip to content

Commit 998d93d

Browse files
authored
Merge pull request #415 from blue-yonder/rm-codecov
Remove codecov
2 parents b5be1df + 67cbeda commit 998d93d

File tree

2 files changed

+9
-22
lines changed

2 files changed

+9
-22
lines changed

.github/workflows/ci.yml

+4-22
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,17 @@ jobs:
5555
- +test-python3.11-arrow14.x.x
5656
- +test-python3.11-arrow15.x.x
5757
experimental: [ false ]
58-
upload: [ false ]
58+
upload: [false]
5959
include:
6060
- target: +test-python3.9-arrow12.x.x
6161
experimental: false
62-
upload: true
62+
upload: false
6363
- target: +test-python3.10-arrow12.x.x
6464
experimental: false
65-
upload: true
65+
upload: false
6666
- target: +test-python3.11-arrow14.x.x
6767
experimental: false
68-
upload: true
68+
upload: false
6969
- target: +test-python3.11-arrow15.x.x
7070
experimental: false
7171
upload: true
@@ -85,24 +85,6 @@ jobs:
8585
- name: Run build
8686
run: earthly --allow-privileged ${{ matrix.target }}
8787
continue-on-error: ${{ matrix.experimental }}
88-
89-
- name: Upload coverage for Python
90-
if: ${{ matrix.upload }}
91-
uses: codecov/codecov-action@v3
92-
with:
93-
files: result/cov/python/python_cov.xml
94-
fail_ci_if_error: true
95-
verbose: true
96-
functionalities: gcov
97-
- name: Upload coverage for C++
98-
if: ${{ matrix.upload }}
99-
uses: codecov/codecov-action@v3
100-
with:
101-
directory: result/cov/cpp
102-
fail_ci_if_error: true
103-
verbose: true
104-
functionalities: gcov
105-
10688
- name: Publish package
10789
if: matrix.upload && github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && github.repository == 'blue-yonder/turbodbc'
10890

CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Version history / changelog
33

44
From version 2.0.0, turbodbc adapts semantic versioning.
55

6+
Version 4.11.0
7+
--------------
8+
9+
* Support ``pyarrow=15``
10+
611
Version 4.10.0
712
-------------
813

0 commit comments

Comments
 (0)