Skip to content
This repository has been archived by the owner on Apr 11, 2019. It is now read-only.

Use Treeherder codes in the test list #84

Open
klahnakoski opened this issue Dec 15, 2017 · 1 comment
Open

Use Treeherder codes in the test list #84

klahnakoski opened this issue Dec 15, 2017 · 1 comment
Labels
view - file viewer This is the view that allows seeing tests covering a certain line on a file.

Comments

@klahnakoski
Copy link
Contributor

ato says,

I think it is very useful to make a data connection between which code lines are run by which test jobs. However, I haven’t memorised the full names of all the test jobs. It would be useful to use the shorthand test job names in the right-hand side list, like they are represented on Treeherder.

@armenzg armenzg added the wontfix label Mar 1, 2018
@armenzg armenzg closed this as completed Mar 1, 2018
@armenzg armenzg reopened this Mar 1, 2018
@armenzg armenzg removed the wontfix label Mar 1, 2018
@armenzg armenzg added the view - file viewer This is the view that allows seeing tests covering a certain line on a file. label Mar 1, 2018
@klahnakoski
Copy link
Contributor Author

Here is an example of how to get this information out of ActiveData.

https://activedata.allizom.org/tools/query.html#query_id=Ax2Rwjlm

{
	"from":"coverage",
	"select":[
		{"name":"group","value":"treeherder.groupSymbol"},
		{"name":"name","value":"treeherder.groupName"}
	]
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
view - file viewer This is the view that allows seeing tests covering a certain line on a file.
Projects
None yet
Development

No branches or pull requests

2 participants