File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments