dotenv-rs / dotenv

Library to help supply environment variables in testing and development
MIT License
557 stars 85 forks source link

Mix up CI config #55

Closed Plecra closed 4 years ago

Plecra commented 4 years ago

Trying out an alternative setup for the CI to see in the code coverage makes any more sense.

I just ripped this straight from bincode's GH workflow. No idea if it'll work >.>

Edit: yea okay, that won't trigger them. I'll see if I can get them to run in my own repo

Plecra commented 4 years ago

Nice! This looks more like I'd expect. Do I need to add something to the workflow to signal that codecov bot you've got?

https://codecov.io/gh/Plecra/dotenv/branch/use-gh-actions

ZoeyR commented 4 years ago

Its probably not getting triggered because github actions isn't set up on the repo. I'll make a small PR just to add a minimal Rust config, merge that. Then you can rebase and it should get picked up

Plecra commented 4 years ago

Feel free to just use this config - It looks to be behaving in my repo https://github.com/Plecra/dotenv/pull/1

Plecra commented 4 years ago

Great, I'll close this in favor of #56