Skip to main content

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

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

pylama2codeclimate-1.1-py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page