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

Add support for other CI than Travis #2

Open killy971 opened 9 years ago

killy971 commented 9 years ago

Environment variable reference: https://github.com/codecov/codecov-python/blob/8b9ec3989477c0276158f807a4643d431be288a8/codecov/__init__.py#L82-L148

wildsebastian commented 9 years ago

Jenkins-CI is done. I am going to add circle-ci soon. Maybe I can do it until the weekend.

stevepeak commented 9 years ago

@wildsebastian thanks for your help on this. You can see all the CI companies here

wildsebastian commented 9 years ago

Thank you @stevepeak, I already "cheated" these infos from you. ;) I just created the pull request for CircleCI.

kutyel commented 5 years ago

Hi @wildsebastian, did you manage to make it work on Circle CI? I'm struggling a lot here https://github.com/kutyel/haskell-book/commit/e331e20971f83f0fa7a993f9123a969d45e3c36d

wildsebastian commented 5 years ago

@kutyel I think I got it to work, but I can't remember what I did. I might have built a container with everything setup and then just used that container on CircleCI to execute the build and test.

kutyel commented 5 years ago

@wildsebastian I see, if you could check please it would be very helpful, I plan to update the circle CI docs as soon as I have a working solution but right now I haven't been able and it's taking me lots of hours 😄 🙏