bulky-motorcycle-41302
10/31/2017, 8:54 PMbulky-motorcycle-41302
10/31/2017, 8:54 PMbulky-motorcycle-41302
10/31/2017, 8:54 PMterm-missing
coverage reports so I can see which lines are missed?bulky-motorcycle-41302
10/31/2017, 8:56 PM./pants test.pytest --options="cov-report html" path/to/my/build:target
and ./pants test.pytest path/to/my/build:target -- --cov-report html
bulky-motorcycle-41302
10/31/2017, 9:11 PMtest-pytest-coverage-output-dir
it becomes clear that the html output is being written to the project dist
directorybulky-motorcycle-41302
11/01/2017, 9:16 PM# pragma: no cover
comment when calculating coverage.bulky-motorcycle-41302
11/01/2017, 9:16 PMbulky-motorcycle-41302
11/01/2017, 9:17 PMbulky-motorcycle-41302
11/01/2017, 9:17 PMrough-minister-58256
11/02/2017, 12:31 AMrough-minister-58256
11/02/2017, 12:31 AMpragma: no cover
rough-minister-58256
11/02/2017, 12:32 AMbulky-motorcycle-41302
11/02/2017, 5:08 AMbulky-motorcycle-41302
11/02/2017, 5:09 AMbulky-motorcycle-41302
11/02/2017, 5:09 AMbulky-motorcycle-41302
11/02/2017, 5:11 AMpython_tests
target definitionbulky-motorcycle-41302
11/02/2017, 5:11 AMbulky-motorcycle-41302
11/02/2017, 5:11 AMbulky-motorcycle-41302
11/02/2017, 5:12 AMbulky-motorcycle-41302
11/02/2017, 5:16 AMfast-nail-55400
11/02/2017, 4:58 PMrough-dog-96241
11/02/2017, 5:04 PMrough-dog-96241
11/02/2017, 5:05 PM/var/lib/pants/jenkins/workdir/home/jenkins/workspace/C/pantstheon-PR/.pants.d/compile/zinc/252d64521cf9/src.java.com.allclearid.dto.shared.shared/66b7aa626b02/src.java.com.allclearid.dto.shared.shared.analysis) has changed since startup!
rough-dog-96241
11/02/2017, 5:06 PMenough-analyst-54434
11/02/2017, 5:23 PMfast-nail-55400
11/02/2017, 5:23 PMrough-waiter-82403
11/02/2017, 8:26 PM$GOPATH/src/domain.example/[project_folder]/[root_of_repo]/[project1]
$GOPATH/src/domain.example/[project_folder]/[root_of_repo]/[project2]
$GOPATH/src/domain.example/[project_folder]/[root_of_repo]/[project3]
In my pants.ini I have
[source]
source_roots: {
'project1': ['go'],
'project2': ['go'],
'project3': ['go']
}
When I attempt run buildgen I get Can only BUILD gen for a single Go local sources source root,
Is there something I’m missing? or should the source_roots be setup differently?witty-crayon-22786
11/02/2017, 8:27 PMsrc/$lang/
and src/main/$lang/
... see https://www.pantsbuild.org/setup_repo.html#source-roots for more infowitty-crayon-22786
11/02/2017, 8:28 PMwitty-crayon-22786
11/02/2017, 8:29 PMsrc/go/relevant.domain/