Converts the (parsable) pylama output to codeclimate.json format
Project description
Converts the (parsable) pylama output to codeclimate.json format. This was written with the intention of using pylama to analyse python programs and report the output to gitlab ci code quality feature: https://docs.gitlab.com/ee/user/project/merge_requests/code_quality_diff.html
It can be used in a gitlab-ci.yml stage like:
codequality:
stage: test
script:
- pip3 install pylama2codeclimate pylama
- pylama --format parsable | pylama2codeclimate > codeclimate.json
artifacts:
when: always
paths: [codeclimate.json]
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pylama2codeclimate-1.3-py3-none-any.whl.
File metadata
- Download URL: pylama2codeclimate-1.3-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0aea7449ad1f4ab3ba4b7f3a1198ee29c8788e3c9ff2e697290562be01dcd20b
|
|
| MD5 |
8f904123066d93563948603147d6b7d1
|
|
| BLAKE2b-256 |
934c0c42ce36f53dd357c11c5ea13ec9652edd8c22cadc4b63d6d238a73167b7
|