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

Provide timestamp in "Coverage" and "Coverage Log" #420

Open
emrgee opened this issue Apr 21, 2024 · 0 comments
Open

Provide timestamp in "Coverage" and "Coverage Log" #420

emrgee opened this issue Apr 21, 2024 · 0 comments

Comments

@emrgee
Copy link

emrgee commented Apr 21, 2024

Installed product versions

  • Visual Studio: 2022 (64-bit) - Version 17.9.6
  • This extension: 1.1.214

Description

I suggest to print a timestamp (current local time) in the "Coverage" and the "Coverage Log" tabs within the Fine Code Coverage window, similar to timestamps shown in the build and test output of Visual Studio.
Further, an additional run count (1, 2, 3, ...) in both tabs would simplify distinguishing subsequent runs.
Further, a horizontal bar or empty line in the "Coverage Log" between subsequent runs would visually help identifying the logs belonging to one run.

Current behavior

The Coverage Log shows the run duration, but not when the run was started. When the user walks away during a longer test run, it is not clear whether FCC updated the results.

Expected behavior

A timestamp shown in the "Coverage" and the "Coverage Log" tabs allows the user associating the coverage results with the timestamps shown in the build and test run output of Visual Studio.
In addition, an easy to memorize run count shown in the tabs further simplifies distinguishing subsequent runs.
In addition, a horizontal bar or empty line in the "Coverage Log" visually separates the output of subsequent runs.

Side Notes

Timestamp from Visual Studio build output:
image

Timestamp from Visual Studio test output:
image

No timestamps and no vertical separation between runs in "Coverage Log" tab of FCC:
image

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

No branches or pull requests

1 participant