Giter Site home page Giter Site logo

Comments (5)

killy971 avatar killy971 commented on July 19, 2024

What is the behavior is any of these extra environment variable is missing?

Are the variable names in the url used to send the report the same as the variable names used in your python file?
For example, should the url contain "build=123456", or "build_id=123456" as suggested by the original title of this issue?

from codecov-haskell.

stevepeak avatar stevepeak commented on July 19, 2024

So the build_id simply changed to build and it is used primarily to distinguish the build number in the user interface.

URL Params Explained

name desc
owner repo owner username
repo repo name
service ci company name
branch git bracnh
commit git commit
token codecov upload uuid
build ci build identifier, for matrix builds
package what tool is uploading, ex `[email protected]
build_url ci company build url, ex https://...
travis_job_id travis job id
pull_request pull request #

from codecov-haskell.

killy971 avatar killy971 commented on July 19, 2024

Thank you very much, maybe I'll just add the Travis related ones first, in version 0.1.1.
You can add Haskell to the supported languages on Codecov if you're OK with the current version.

The simplest example usage for Travis CI is:

language: haskell
 ghc: 7.8
 script:
   - cabal configure --enable-tests --enable-library-coverage && cabal build && cabal test
 after_script:
   - cabal install codecov-haskell
   - codecov-haskell [options] [test-suite-names]

It would be good to also add a link to this repository for the documentation.

from codecov-haskell.

killy971 avatar killy971 commented on July 19, 2024

Actually I've just noticed that someone is already successfully using codecov-haskell!

➡️ https://codecov.io/github/Yuras

from codecov-haskell.

stevepeak avatar stevepeak commented on July 19, 2024

Thanks! I'll update the website to reflect this uploader. It's awesome to see a customer already use it 👍 Great job!

from codecov-haskell.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.