diff options
| author | Russ Cox <rsc@golang.org> | 2017-11-09 23:58:42 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2017-11-16 01:41:51 +0000 |
| commit | 08270c3e18673f7f1319dce9d27d84c9a4c8eb49 (patch) | |
| tree | 198476dc9b50351e11983210d101037dc67c2587 /src/encoding/csv | |
| parent | 2a39d1e96a8d37d14ff23a2eb3ffc5b584a17cb6 (diff) | |
| download | go-08270c3e18673f7f1319dce9d27d84c9a4c8eb49.tar.xz | |
cmd/cover: do not report coverage for assembly functions
cover -func mode was reporting a coverage for function
declarations without bodies - assembly functions.
Since we are not annotating their code, we have no data
for those functions and should not report them at all.
Fixes #6880.
Change-Id: I4b8cd90805accf61f54e3ee167f54f4dc10c7c59
Reviewed-on: https://go-review.googlesource.com/77152
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/encoding/csv')
0 files changed, 0 insertions, 0 deletions
