A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/TheKevJames/coveralls-python/issues/245 below:

Recipe for using coveralls with Azure Pipelines · Issue #245 · TheKevJames/coveralls-python · GitHub

Coveralls doesn't support Azure Pipelines, but here's how to use coveralls to submit to coveralls.io by pretending to be Circle CI.

  1. Add this script to the end of your pipeline
    - script: |
        pip install coveralls
        export CIRCLE_BRANCH=$BUILD_SOURCEBRANCH
        coveralls
      displayName: 'coveralls'
      env:
        CIRCLECI: 1
        CIRCLE_BUILD_NUM: $(Build.BuildNumber)
        COVERALLS_REPO_TOKEN: $(coveralls_repo_token)
  1. use the Azure Pipelines web UI to add a variable to this pipeline named coveralls_repo_token with the token from the coveralls.io website. Do not check the "keep this value secret" box. This is secure enough, in that a user making a Pull Req cannot access this variable.

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4