-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sending more env variables #1
Comments
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? |
So the URL Params Explained
|
Thank you very much, maybe I'll just add the Travis related ones first, in version 0.1.1. 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. |
Actually I've just noticed that someone is already successfully using codecov-haskell! |
Thanks! I'll update the website to reflect this uploader. It's awesome to see a customer already use it 👍 Great job! |
* remove support for GHC 7.x * build project with Stack and Nix * fix some Cabal warnings * robust path to mix/tix files generation * use Stack coverage reports
Couple of env variables missing - here is a list of one's we are currently accepting per ci company: env variables ex
Thanks
The text was updated successfully, but these errors were encountered: