Skip to content
Snippets Groups Projects
Unverified Commit ce4f0e1d authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fix codeclimate

parent b917e6c9
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,8 @@ jobs: ...@@ -23,6 +23,8 @@ jobs:
wget https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 wget https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64
chmod ugo+x test-reporter-latest-linux-amd64 chmod ugo+x test-reporter-latest-linux-amd64
./test-reporter-latest-linux-amd64 before-build ./test-reporter-latest-linux-amd64 before-build
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
- name: Test - name: Test
run: | run: |
python setup.py install python setup.py install
...@@ -35,3 +37,5 @@ jobs: ...@@ -35,3 +37,5 @@ jobs:
./test-reporter-latest-linux-amd64 after-build -t coverage.py ./test-reporter-latest-linux-amd64 after-build -t coverage.py
./test-reporter-latest-linux-amd64 format-coverage -t coverage.py -o codeclimate.json ./test-reporter-latest-linux-amd64 format-coverage -t coverage.py -o codeclimate.json
./test-reporter-latest-linux-amd64 upload-coverage -i codeclimate.json ./test-reporter-latest-linux-amd64 upload-coverage -i codeclimate.json
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
\ No newline at end of file
...@@ -18,7 +18,7 @@ are supported. ...@@ -18,7 +18,7 @@ are supported.
Note Note
==== ====
Active development of minijson is moved to this fork. Active development of **minijson** is moved to this fork.
[Dronehub](https://github.com/Dronehub) has no interest in further developing this awesome technology. [Dronehub](https://github.com/Dronehub) has no interest in further developing this awesome technology.
Usage Usage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment