[Notes] [Git][BuildStream/buildstream][master] 2 commits: .gitlab-ci.yml: Trying to fix code quality reports



Title: GitLab

Tristan Van Berkom pushed to branch master at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -182,11 +182,9 @@ docs:
    182 182
     #                    Post stage                     #
    
    183 183
     #####################################################
    
    184 184
     
    
    185
    -# Check code quality with codeclimate
    
    186
    -# This needs some refactoring; we probably just want to provide the codeclimate.json directly
    
    187
    -# as an output of radon, with some conversion
    
    185
    +# Check code quality with gitlab's built-in feature.
    
    188 186
     #
    
    189
    -codequality:
    
    187
    +code_quality:
    
    190 188
       <<: *tests-condition
    
    191 189
     
    
    192 190
       image: docker:stable
    
    ... ... @@ -204,7 +202,7 @@ codequality:
    204 202
             --volume /var/run/docker.sock:/var/run/docker.sock
    
    205 203
             "registry.gitlab.com/gitlab-org/security-products/codequality:$SP_VERSION" /code
    
    206 204
       artifacts:
    
    207
    -    paths: [codeclimate.json]
    
    205
    +    paths: [gl-code-quality-report.json]
    
    208 206
     
    
    209 207
     analysis:
    
    210 208
       <<: *tests-condition
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]