Skip to content

Commit ed9762c

Browse files
committed
chore: cleanup codacy and codeclimate
Signed-off-by: Gabor Boros <gabor.brs@gmail.com>
1 parent 8b5d3e5 commit ed9762c

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,11 @@ jobs:
3636
3737
- name: Run tests
3838
run: |
39-
# Download and install test reporter
40-
make download-test-reporter
41-
make test-reporter-before
4239
# Start DB and run tests
4340
rethinkdb&
4441
poetry run make test
4542
killall rethinkdb
4643
47-
- name: Upload coverage report
48-
if: ${{ matrix.python-version == '3.13' }}
49-
env:
50-
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
51-
run: |
52-
make upload-coverage
53-
5444
- name: Deploy to PyPi
5545
env:
5646
POETRY_HTTP_BASIC_PYPI_USERNAME: ${{ secrets.POETRY_HTTP_BASIC_PYPI_USERNAME }}

README.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@ RethinkDB Python Client
99
:target: https://github.com/rethinkdb/rethinkdb-python/actions/workflows/build.yml
1010
:alt: Build Status
1111

12-
.. image:: https://api.codeclimate.com/v1/badges/e5023776401a5f0e82f1/maintainability
13-
:target: https://codeclimate.com/github/rethinkdb/rethinkdb-python/maintainability
14-
:alt: Maintainability
15-
16-
.. image:: https://api.codeclimate.com/v1/badges/e5023776401a5f0e82f1/test_coverage
17-
:target: https://codeclimate.com/github/rethinkdb/rethinkdb-python/test_coverage
18-
:alt: Test Coverage
19-
2012
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
2113
:target: https://github.com/ambv/black
2214
:alt: Black Formatted

0 commit comments

Comments
 (0)