You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get error message when using cover_me because it doesn't support configatron v3 series.
The first issue I hit is that "store" is now a method on the config object and therefore a unfortunate name for a configuration value. Then (when I change name from "store" to "file_store"), I hit problems setting default values.
$ bundle update configatron
before building/running tests with coverage should reproduce the problem.
The text was updated successfully, but these errors were encountered:
I get error message when using cover_me because it doesn't support configatron v3 series.
The first issue I hit is that "store" is now a method on the config object and therefore a unfortunate name for a configuration value. Then (when I change name from "store" to "file_store"), I hit problems setting default values.
$ bundle update configatron
before building/running tests with coverage should reproduce the problem.
The text was updated successfully, but these errors were encountered: