Skip to content

Commit

Permalink
Merge pull request #415 from blue-yonder/rm-codecov
Browse files Browse the repository at this point in the history
Remove codecov
  • Loading branch information
xhochy authored Feb 7, 2024
2 parents b5be1df + 67cbeda commit 998d93d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 22 deletions.
26 changes: 4 additions & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,17 @@ jobs:
- +test-python3.11-arrow14.x.x
- +test-python3.11-arrow15.x.x
experimental: [ false ]
upload: [ false ]
upload: [false]
include:
- target: +test-python3.9-arrow12.x.x
experimental: false
upload: true
upload: false
- target: +test-python3.10-arrow12.x.x
experimental: false
upload: true
upload: false
- target: +test-python3.11-arrow14.x.x
experimental: false
upload: true
upload: false
- target: +test-python3.11-arrow15.x.x
experimental: false
upload: true
Expand All @@ -85,24 +85,6 @@ jobs:
- name: Run build
run: earthly --allow-privileged ${{ matrix.target }}
continue-on-error: ${{ matrix.experimental }}

- name: Upload coverage for Python
if: ${{ matrix.upload }}
uses: codecov/codecov-action@v3
with:
files: result/cov/python/python_cov.xml
fail_ci_if_error: true
verbose: true
functionalities: gcov
- name: Upload coverage for C++
if: ${{ matrix.upload }}
uses: codecov/codecov-action@v3
with:
directory: result/cov/cpp
fail_ci_if_error: true
verbose: true
functionalities: gcov

- name: Publish package
if: matrix.upload && github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && github.repository == 'blue-yonder/turbodbc'

Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Version history / changelog

From version 2.0.0, turbodbc adapts semantic versioning.

Version 4.11.0
--------------

* Support ``pyarrow=15``

Version 4.10.0
-------------

Expand Down

0 comments on commit 998d93d

Please sign in to comment.