summaryrefslogtreecommitdiff
path: root/dialyzer_reference
diff options
context:
space:
mode:
authorAndras Horvath <andras.horvath@erlang-solutions.com>2013-04-24 21:43:07 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2014-06-14 19:23:45 +0200
commit4a6dc223b7a53acf99ffebeab95daef6f57f4be1 (patch)
treed36e2d379036a1ba2a97fefec0fa0f683b130d49 /dialyzer_reference
parent6a4d80e385d042c392e0e5c87fc1c4f479cb129a (diff)
Add code coverage analysis functionality to `qc'
- Use `cover' with QuickCheck testing - Reuse the `cover_*' rebar.config options - Refactor cover-related code to separate module (`qc_cover_utils') for use with both `eunit' and `qc'
Diffstat (limited to 'dialyzer_reference')
-rw-r--r--dialyzer_reference4
1 files changed, 2 insertions, 2 deletions
diff --git a/dialyzer_reference b/dialyzer_reference
index 88909a6..c32104f 100644
--- a/dialyzer_reference
+++ b/dialyzer_reference
@@ -1,3 +1,3 @@
-rebar_eunit.erl:469: Call to missing or unexported function eunit_test:function_wrapper/2
-rebar_utils.erl:164: Call to missing or unexported function escript:foldl/3
+rebar_eunit.erl:471: Call to missing or unexported function eunit_test:function_wrapper/2
+rebar_utils.erl:184: Call to missing or unexported function escript:foldl/3