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

[wip] dashboard/app: show manager unique coverage #5642

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tarasmadan
Copy link
Collaborator

@tarasmadan tarasmadan commented Dec 21, 2024

Allows to see unique coverage from selected manager.

To get unique coverage, I'm getting 2 data streams from spanner.
First - selected manager data, second - data from all managers.
Fetched data includes line coverage information which is quite expensive.
If some file line was visited 10 times in total and from the specific manager, this line is counted as a unique coverage.

TODO:

  • Show unique coverage numbers on the left.
  • Display unique file coverage on the right.
  • Fix numbers. 0% looks confusing.

@tarasmadan tarasmadan changed the title Only manager dashboard/app: show manager unique coverage Dec 21, 2024
@tarasmadan tarasmadan changed the title dashboard/app: show manager unique coverage [wip] dashboard/app: show manager unique coverage Dec 21, 2024
@tarasmadan tarasmadan force-pushed the only_manager branch 12 times, most recently from b7ab60c to bd4430f Compare January 10, 2025 14:26
@tarasmadan tarasmadan marked this pull request as ready for review January 10, 2025 14:28
@tarasmadan tarasmadan changed the title [wip] dashboard/app: show manager unique coverage dashboard/app: show manager unique coverage Jan 10, 2025
@tarasmadan tarasmadan enabled auto-merge January 10, 2025 14:28
1. Make heatmap testable, move out the spanner client instantiation.
2. Generate spannerdb.ReadOnlyTransaction mocks.
3. Generate spannerdb.RowIterator mocks.
4. Generate spannerdb.Row mocks.
5. Prepare spannerdb fixture.
6. Fixed html control name + value.
7. Added multiple tests.
@tarasmadan tarasmadan changed the title dashboard/app: show manager unique coverage [wip] dashboard/app: show manager unique coverage Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant