aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/test/cover_SUITE_data
diff options
context:
space:
mode:
authorJosé Valim <[email protected]>2012-11-28 13:45:37 +0100
committerFredrik Gustafsson <[email protected]>2013-01-25 14:57:00 +0100
commit29231033bfa618e5c4e1c50a5cefba32e02f2708 (patch)
treeec03896e88eb0adb3a51fd0391f2ba6ac1f6b19f /lib/tools/test/cover_SUITE_data
parent907d498ff798345fc8e8b71fc08a1c5b40112037 (diff)
downloadotp-29231033bfa618e5c4e1c50a5cefba32e02f2708.tar.gz
otp-29231033bfa618e5c4e1c50a5cefba32e02f2708.tar.bz2
otp-29231033bfa618e5c4e1c50a5cefba32e02f2708.zip
cover now relies on the compile info to find file sources
Prior to this commit, cover relied on a simple heuristic that traverses directory from the beam file to find a source file. The heuristic was maintained with this patch but, if it fails, it fallbacks to the source value in the module compile info. In order to illustrate how it works, one of the tests that could not find its source now passes successfully (showing the source lookup is more robust).
Diffstat (limited to 'lib/tools/test/cover_SUITE_data')
-rw-r--r--lib/tools/test/cover_SUITE_data/compile_beam/z.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tools/test/cover_SUITE_data/compile_beam/z.erl b/lib/tools/test/cover_SUITE_data/compile_beam/z.erl
new file mode 100644
index 0000000000..7a2b143dde
--- /dev/null
+++ b/lib/tools/test/cover_SUITE_data/compile_beam/z.erl
@@ -0,0 +1 @@
+-module(z).