killy971 / codecov-haskell

codecov.io support for haskell code coverage with hpc
http://hackage.haskell.org/package/codecov-haskell
BSD 3-Clause "New" or "Revised" License
29 stars 16 forks source link

Failing to submit coverage from Travis: HTTP 400 Bad Request #11

Open iphydf opened 8 years ago

iphydf commented 8 years ago

See https://travis-ci.org/TokTok/hstox/builds/142282190#L705

The last line is: codecov-haskell: Maybe.fromJust: Nothing

stevepeak commented 8 years ago

Hey @iphydf there are missing details on the Travis job in this upload. Typically there will be details on the build numbers in the post arg

Would there be any reason why travis environment variables would be missing?

iphydf commented 8 years ago

Which variables are missing? My travis config is quite simple. The only environment variable I set is LD_LIBRARY_PATH. See https://github.com/TokTok/hstox/blob/master/.travis.yml.

stevepeak commented 8 years ago

@guillaume-nargeot can you help out collect the proper environment variables for our CI providers: https://github.com/codecov/codecov-bash/blob/47b8d07af9a84247f4bdad738ed6bc453b347b78/codecov#L311-L523 Thanks! 👍