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

If you're not sure about the file name format, learn more about wheel file names.

pylama2codeclimate-1.3-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

Details for the file pylama2codeclimate-1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for pylama2codeclimate-1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 0aea7449ad1f4ab3ba4b7f3a1198ee29c8788e3c9ff2e697290562be01dcd20b
MD5 8f904123066d93563948603147d6b7d1
BLAKE2b-256 934c0c42ce36f53dd357c11c5ea13ec9652edd8c22cadc4b63d6d238a73167b7

See more details on using hashes here.

Supported by

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