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:
36
36
37
37
- name : Run tests
38
38
run : |
39
- # Download and install test reporter
40
- make download-test-reporter
41
- make test-reporter-before
42
39
# Start DB and run tests
43
40
rethinkdb&
44
41
poetry run make test
45
42
killall rethinkdb
46
43
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
-
54
44
- name : Deploy to PyPi
55
45
env :
56
46
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
9
9
:target: https://github.com/rethinkdb/rethinkdb-python/actions/workflows/build.yml
10
10
:alt: Build Status
11
11
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
-
20
12
.. image :: https://img.shields.io/badge/code%20style-black-000000.svg
21
13
:target: https://github.com/ambv/black
22
14
:alt: Black Formatted
You can’t perform that action at this time.
0 commit comments