diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e67994..6221323 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,4 +13,14 @@ qodana: artifacts: paths: - .qodana/results/ - expose_as: 'Qodana report' \ No newline at end of file + expose_as: 'Qodana report' + + codacy: + only: + - master + - merge_request + image: + name: alpine + script: + - bash <(curl -Ls https://coverage.codacy.com/get.sh) +