We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c76d8ed commit 97476ceCopy full SHA for 97476ce
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+0.18.0
2
+------
3
+#### Changes
4
+- Always floor coverage instead of rounding (#310).
5
+ - **Note:** If you want to keep the previous rounding behavior, please check the `floor_coverage` option.
6
+ - https://github.com/parroty/excoveralls#coverage-options
7
+
8
0.17.1
9
------
10
#### Enhancements
mix.exs
@@ -6,7 +6,7 @@ defmodule ExCoveralls.Mixfile do
def project do
[
app: :excoveralls,
- version: "0.17.1",
+ version: "0.18.0",
elixir: "~> 1.11",
11
elixirc_paths: elixirc_paths(Mix.env()),
12
deps: deps(),
0 commit comments