[Notes] [Git][BuildStream/buildstream][danielsilverstone-ct/fix-lint-issues] .gitlab-ci.yml: Change how coverage is recovered



Title: GitLab

Daniel Silverstone pushed to branch danielsilverstone-ct/fix-lint-issues at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -78,7 +78,7 @@ source_dist:
    78 78
       # Go back to the toplevel and collect our reports
    
    79 79
       - cd ../..
    
    80 80
       - mkdir -p coverage-linux/
    
    81
    -  - cp dist/buildstream/.coverage.* coverage-linux/coverage."${CI_JOB_NAME}"
    
    81
    +  - cp dist/buildstream/.coverage coverage-linux/coverage."${CI_JOB_NAME}"
    
    82 82
       except:
    
    83 83
       - schedules
    
    84 84
       artifacts:
    
    ... ... @@ -128,7 +128,7 @@ tests-unix:
    128 128
         # Go back to the toplevel and collect our reports
    
    129 129
         - cd ../..
    
    130 130
         - mkdir -p coverage-unix/
    
    131
    -    - cp dist/buildstream/.coverage.* coverage-unix/coverage.unix
    
    131
    +    - cp dist/buildstream/.coverage coverage-unix/coverage.unix
    
    132 132
       except:
    
    133 133
       - schedules
    
    134 134
       artifacts:
    



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