Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning in build, CAStore #323

Open
ciroque opened this issue Jan 16, 2024 · 1 comment
Open

Warning in build, CAStore #323

ciroque opened this issue Jan 16, 2024 · 1 comment

Comments

@ciroque
Copy link

ciroque commented Jan 16, 2024

I have no http tests, how do I disable whatever it is that causes this warning?

==> excoveralls
Compiling 29 files (.ex)
     warning: CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
     │
 111 │         [cacertfile: String.to_charlist(CAStore.file_path())]
     │                                                 ~
     │
     └─ lib/excoveralls/poster.ex:111:49: ExCoveralls.Poster.cacert_option/0
@halostatue
Copy link

https://github.com/parroty/excoveralls/blob/master/mix.exs#L41 should not be optional, because it's used in most of the CI services via ExCoveralls.Poster. Anything that posts to the Coveralls API uses this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants