Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change error score formula #172

Closed
wicochandra opened this issue Dec 23, 2015 · 0 comments
Closed

Change error score formula #172

wicochandra opened this issue Dec 23, 2015 · 0 comments
Assignees
Milestone

Comments

@wicochandra
Copy link
Contributor

Change score formula to {<number of unique url errror in issues}/{number of url in job inspections}

E.g.
job inspection:

scope url
1 A
1 B
1 C
2 A
2 D

Issues:

scope url message type
1 A error 1 error
1 A error 2 error
1 B error 1 error
2 A error 3 error
2 D warning 1 warning

Calculation:

{number of unique url in issues} = 3

  • scope 1 - A and B
  • scope 2 - A

{number of url in job inspections} = 5
Score = 3/5 = 0.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants