jjh42 / mock

Mocking library for Elixir language
MIT License
646 stars 81 forks source link

Upgrade meck from 0.8.8 to 0.8.13 #100

Closed mbramson closed 5 years ago

mbramson commented 5 years ago

Upgrades meck from 0.8.8 to 0.8.13.

Adds support for OTP 21 and elixir 1.8.

Adds Elixir 1.8 to CI.

Closes https://github.com/jjh42/mock/issues/96.

mbramson commented 5 years ago

Interesting. Looks like flakey tests? CI passed on elixir 1.5.1, but when I added 1.8.0 to it also, 1.8.0 passed, but 1.5.1 failed. Have you seen this before?

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 67d34b2e4360c8525666fa710994fb0a7b4a980a on mbramson:upgrade-meck-to-0-8-13 into 50cce8c7675cbfa4a6dbed55c229b3cc0c0dca9c on jjh42:master.

mbramson commented 5 years ago

@jjh42 this is ready for review whenever! I'd imagine this would atleast be a minor version bump.