Update .gitlab-ci.yml file

This commit is contained in:
Slava
2024-03-08 09:09:02 +00:00
parent 0e9394b057
commit 4c673ea3a3

View File

@@ -13,4 +13,14 @@ qodana:
artifacts:
paths:
- .qodana/results/
expose_as: 'Qodana report'
expose_as: 'Qodana report'
codacy:
only:
- master
- merge_request
image:
name: alpine
script:
- bash <(curl -Ls https://coverage.codacy.com/get.sh)