Skip to content

fix(coveralls): use --only test instead of --only docs#11

Open
gtx20060124-bot wants to merge 1 commit into
funbox:masterfrom
gtx20060124-bot:fix-coveralls-script
Open

fix(coveralls): use --only test instead of --only docs#11
gtx20060124-bot wants to merge 1 commit into
funbox:masterfrom
gtx20060124-bot:fix-coveralls-script

Conversation

@gtx20060124-bot

Copy link
Copy Markdown

The coveralls script runs mix coveralls.travis which requires test dependencies (excoveralls, excoveralls_linter). However, mix.exs has no :docs-only dependencies, so --only docs fetches nothing and coveralls fails.

Change to --only test to ensure the coveralls deps are available.

Fixes #7

The coveralls script runs mix coveralls.travis which requires test
dependencies (excoveralls, excoveralls_linter). However, mix.exs has
no :docs-only dependencies, so --only docs fetches nothing.

Change to --only test to ensure the coveralls deps are available.

Fixes funbox#7
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

Successfully merging this pull request may close these issues.

mix deps.get --only docs in coveralls.sh

1 participant