Release notes
*Sourced from [excoveralls's releases](https://github.com/parroty/excoveralls/releases).*
> ## v0.10.5
> #### Changes
> - Replace deprecated System.cwd/0 calls with File.cwd/0 ([#170](https://github-redirect.dependabot.com/parroty/excoveralls/issues/170)).
>
> ## v0.10.4
> #### Enhancements
> - Apply GZIP the JSON for coveralls and loosen the timeout ([#163](https://github-redirect.dependabot.com/parroty/excoveralls/issues/163)).
>
> ## v0.10.3
> #### Changes
> - Make sure analyze_sub_apps gets called ([#160](https://github-redirect.dependabot.com/parroty/excoveralls/issues/160), [#164](https://github-redirect.dependabot.com/parroty/excoveralls/issues/164)).
>
> ## v0.10.2
> #### Changes
> - Argument passing for post task ([#158](https://github-redirect.dependabot.com/parroty/excoveralls/issues/158)).
> - Fixes coveralls.post doesn't recognize mix test options ([#156](https://github-redirect.dependabot.com/parroty/excoveralls/issues/156)).
> - Color for case with 0 relevant lines ([#159](https://github-redirect.dependabot.com/parroty/excoveralls/issues/159)).
>
> ## v0.10.1
> #### Enhancements
> - Add support for drone CI ([#154](https://github-redirect.dependabot.com/parroty/excoveralls/issues/154)).
> - Parallel support for separate CircleCI Workflow jobs ([#155](https://github-redirect.dependabot.com/parroty/excoveralls/issues/155)).
>
> ## v0.10.0
> #### Enhancements
> - Custom config file path, and ability to silence output ([#153](https://github-redirect.dependabot.com/parroty/excoveralls/issues/153)).
> #### Changes
> - use ~> to pin on minors & test more recent Elixirs ([#152](https://github-redirect.dependabot.com/parroty/excoveralls/issues/152)).
>
> ## v0.9.2
> #### Changes
> - Add meta tag for utf-8 charset to coverage.html ([#144](https://github-redirect.dependabot.com/parroty/excoveralls/issues/144)).
> - Fix warnings for elixir v1.7
> - Pass switches to OptionParser.parse opts ([#150](https://github-redirect.dependabot.com/parroty/excoveralls/issues/150)).
Changelog
*Sourced from [excoveralls's changelog](https://github.com/parroty/excoveralls/blob/master/CHANGELOG.md).*
> 0.10.5
> ------
> #### Changes
> - Replace deprecated System.cwd/0 calls with File.cwd/0 ([#170](https://github-redirect.dependabot.com/parroty/excoveralls/issues/170)).
>
> 0.10.4
> ------
> #### Enhancements
> - Apply GZIP the JSON for coveralls and loosen the timeout ([#163](https://github-redirect.dependabot.com/parroty/excoveralls/issues/163)).
>
> 0.10.3
> ------
> #### Changes
> - Make sure analyze_sub_apps gets called ([#160](https://github-redirect.dependabot.com/parroty/excoveralls/issues/160), [#164](https://github-redirect.dependabot.com/parroty/excoveralls/issues/164)).
>
> 0.10.2
> ------
> #### Changes
> - Argument passing for post task ([#158](https://github-redirect.dependabot.com/parroty/excoveralls/issues/158)).
> - Fixes coveralls.post doesn't recognize mix test options ([#156](https://github-redirect.dependabot.com/parroty/excoveralls/issues/156)).
> - Color for case with 0 relevant lines ([#159](https://github-redirect.dependabot.com/parroty/excoveralls/issues/159)).
>
> 0.10.1
> ------
> #### Enhancements
> - Add support for drone CI ([#154](https://github-redirect.dependabot.com/parroty/excoveralls/issues/154)).
> - Parallel support for separate CircleCI Workflow jobs ([#155](https://github-redirect.dependabot.com/parroty/excoveralls/issues/155)).
>
> 0.10.0
> ------
> #### Enhancements
> - Custom config file path, and ability to silence output ([#153](https://github-redirect.dependabot.com/parroty/excoveralls/issues/153)).
> #### Changes
> - use ~> to pin on minors & test more recent Elixirs ([#152](https://github-redirect.dependabot.com/parroty/excoveralls/issues/152)).
>
> 0.9.2
> ------
> #### Changes
> - Add meta tag for utf-8 charset to coverage.html ([#144](https://github-redirect.dependabot.com/parroty/excoveralls/issues/144)).
> - Fix warnings for elixir v1.7
> - Pass switches to OptionParser.parse opts ([#150](https://github-redirect.dependabot.com/parroty/excoveralls/issues/150)).
Commits
- [`580e563`](https://github.com/parroty/excoveralls/commit/580e563fa97a68fba6220a961039b2237190d93d) Bump version
- [`e9b9229`](https://github.com/parroty/excoveralls/commit/e9b92294bc1c94d932a1833883fc33a3331095ef) Merge pull request [#170](https://github-redirect.dependabot.com/parroty/excoveralls/issues/170) from whatyouhide/master
- [`3ce3f57`](https://github.com/parroty/excoveralls/commit/3ce3f5755b8ce4e87450ca4353e570a925b09d32) Replace deprecated System.cwd/0 calls with File.cwd/0
- [`2f2d75f`](https://github.com/parroty/excoveralls/commit/2f2d75fb9debb1bf5a038f4acc7acc581f2728b1) Fix typo
- [`971eda5`](https://github.com/parroty/excoveralls/commit/971eda540f510c2739ac406cc97d39d545d7300e) Update CHANGELOG and bump version
- [`f4ceac4`](https://github.com/parroty/excoveralls/commit/f4ceac425a3a5a486765bcc7b5ae5159ff811f16) Merge pull request [#163](https://github-redirect.dependabot.com/parroty/excoveralls/issues/163) from tarzan/master
- [`f37c372`](https://github.com/parroty/excoveralls/commit/f37c37287e1b642365d995e7fb0071d99fef18a7) Update README and version
- [`51ca44d`](https://github.com/parroty/excoveralls/commit/51ca44da14806a591df902e2f90405778eb25295) Merge pull request [#164](https://github-redirect.dependabot.com/parroty/excoveralls/issues/164) from vorce/fix_args_regression
- [`d19e0d0`](https://github.com/parroty/excoveralls/commit/d19e0d09f706b9cacc22df29892edfe10a502a60) Merge pull request [#162](https://github-redirect.dependabot.com/parroty/excoveralls/issues/162) from Freyskeyd/master
- [`6fe8416`](https://github.com/parroty/excoveralls/commit/6fe841636ba885a693af2948de6ec69bb94a67aa) Fix [#160](https://github-redirect.dependabot.com/parroty/excoveralls/issues/160) - make sure analyze_sub_apps gets called
- Additional commits viewable in [compare view](https://github.com/parroty/excoveralls/compare/v0.9.1...v0.10.5)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Coverage remained the same at 34.483% when pulling d998fe22bf96714e4a69c0ce04228c772aa4a4ed on dependabot/hex/excoveralls-0.10.5 into bd6fe5ed1bf0fe702068676f4124a226904d0ad7 on develop.
Bumps excoveralls from 0.9.1 to 0.10.5.
Release notes
*Sourced from [excoveralls's releases](https://github.com/parroty/excoveralls/releases).* > ## v0.10.5 > #### Changes > - Replace deprecated System.cwd/0 calls with File.cwd/0 ([#170](https://github-redirect.dependabot.com/parroty/excoveralls/issues/170)). > > ## v0.10.4 > #### Enhancements > - Apply GZIP the JSON for coveralls and loosen the timeout ([#163](https://github-redirect.dependabot.com/parroty/excoveralls/issues/163)). > > ## v0.10.3 > #### Changes > - Make sure analyze_sub_apps gets called ([#160](https://github-redirect.dependabot.com/parroty/excoveralls/issues/160), [#164](https://github-redirect.dependabot.com/parroty/excoveralls/issues/164)). > > ## v0.10.2 > #### Changes > - Argument passing for post task ([#158](https://github-redirect.dependabot.com/parroty/excoveralls/issues/158)). > - Fixes coveralls.post doesn't recognize mix test options ([#156](https://github-redirect.dependabot.com/parroty/excoveralls/issues/156)). > - Color for case with 0 relevant lines ([#159](https://github-redirect.dependabot.com/parroty/excoveralls/issues/159)). > > ## v0.10.1 > #### Enhancements > - Add support for drone CI ([#154](https://github-redirect.dependabot.com/parroty/excoveralls/issues/154)). > - Parallel support for separate CircleCI Workflow jobs ([#155](https://github-redirect.dependabot.com/parroty/excoveralls/issues/155)). > > ## v0.10.0 > #### Enhancements > - Custom config file path, and ability to silence output ([#153](https://github-redirect.dependabot.com/parroty/excoveralls/issues/153)). > #### Changes > - use ~> to pin on minors & test more recent Elixirs ([#152](https://github-redirect.dependabot.com/parroty/excoveralls/issues/152)). > > ## v0.9.2 > #### Changes > - Add meta tag for utf-8 charset to coverage.html ([#144](https://github-redirect.dependabot.com/parroty/excoveralls/issues/144)). > - Fix warnings for elixir v1.7 > - Pass switches to OptionParser.parse opts ([#150](https://github-redirect.dependabot.com/parroty/excoveralls/issues/150)).Changelog
*Sourced from [excoveralls's changelog](https://github.com/parroty/excoveralls/blob/master/CHANGELOG.md).* > 0.10.5 > ------ > #### Changes > - Replace deprecated System.cwd/0 calls with File.cwd/0 ([#170](https://github-redirect.dependabot.com/parroty/excoveralls/issues/170)). > > 0.10.4 > ------ > #### Enhancements > - Apply GZIP the JSON for coveralls and loosen the timeout ([#163](https://github-redirect.dependabot.com/parroty/excoveralls/issues/163)). > > 0.10.3 > ------ > #### Changes > - Make sure analyze_sub_apps gets called ([#160](https://github-redirect.dependabot.com/parroty/excoveralls/issues/160), [#164](https://github-redirect.dependabot.com/parroty/excoveralls/issues/164)). > > 0.10.2 > ------ > #### Changes > - Argument passing for post task ([#158](https://github-redirect.dependabot.com/parroty/excoveralls/issues/158)). > - Fixes coveralls.post doesn't recognize mix test options ([#156](https://github-redirect.dependabot.com/parroty/excoveralls/issues/156)). > - Color for case with 0 relevant lines ([#159](https://github-redirect.dependabot.com/parroty/excoveralls/issues/159)). > > 0.10.1 > ------ > #### Enhancements > - Add support for drone CI ([#154](https://github-redirect.dependabot.com/parroty/excoveralls/issues/154)). > - Parallel support for separate CircleCI Workflow jobs ([#155](https://github-redirect.dependabot.com/parroty/excoveralls/issues/155)). > > 0.10.0 > ------ > #### Enhancements > - Custom config file path, and ability to silence output ([#153](https://github-redirect.dependabot.com/parroty/excoveralls/issues/153)). > #### Changes > - use ~> to pin on minors & test more recent Elixirs ([#152](https://github-redirect.dependabot.com/parroty/excoveralls/issues/152)). > > 0.9.2 > ------ > #### Changes > - Add meta tag for utf-8 charset to coverage.html ([#144](https://github-redirect.dependabot.com/parroty/excoveralls/issues/144)). > - Fix warnings for elixir v1.7 > - Pass switches to OptionParser.parse opts ([#150](https://github-redirect.dependabot.com/parroty/excoveralls/issues/150)).Commits
- [`580e563`](https://github.com/parroty/excoveralls/commit/580e563fa97a68fba6220a961039b2237190d93d) Bump version - [`e9b9229`](https://github.com/parroty/excoveralls/commit/e9b92294bc1c94d932a1833883fc33a3331095ef) Merge pull request [#170](https://github-redirect.dependabot.com/parroty/excoveralls/issues/170) from whatyouhide/master - [`3ce3f57`](https://github.com/parroty/excoveralls/commit/3ce3f5755b8ce4e87450ca4353e570a925b09d32) Replace deprecated System.cwd/0 calls with File.cwd/0 - [`2f2d75f`](https://github.com/parroty/excoveralls/commit/2f2d75fb9debb1bf5a038f4acc7acc581f2728b1) Fix typo - [`971eda5`](https://github.com/parroty/excoveralls/commit/971eda540f510c2739ac406cc97d39d545d7300e) Update CHANGELOG and bump version - [`f4ceac4`](https://github.com/parroty/excoveralls/commit/f4ceac425a3a5a486765bcc7b5ae5159ff811f16) Merge pull request [#163](https://github-redirect.dependabot.com/parroty/excoveralls/issues/163) from tarzan/master - [`f37c372`](https://github.com/parroty/excoveralls/commit/f37c37287e1b642365d995e7fb0071d99fef18a7) Update README and version - [`51ca44d`](https://github.com/parroty/excoveralls/commit/51ca44da14806a591df902e2f90405778eb25295) Merge pull request [#164](https://github-redirect.dependabot.com/parroty/excoveralls/issues/164) from vorce/fix_args_regression - [`d19e0d0`](https://github.com/parroty/excoveralls/commit/d19e0d09f706b9cacc22df29892edfe10a502a60) Merge pull request [#162](https://github-redirect.dependabot.com/parroty/excoveralls/issues/162) from Freyskeyd/master - [`6fe8416`](https://github.com/parroty/excoveralls/commit/6fe841636ba885a693af2948de6ec69bb94a67aa) Fix [#160](https://github-redirect.dependabot.com/parroty/excoveralls/issues/160) - make sure analyze_sub_apps gets called - Additional commits viewable in [compare view](https://github.com/parroty/excoveralls/compare/v0.9.1...v0.10.5)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.