You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made a change in the test to test failure annotations, making it to fail. The annotation was created but not linked to the correct file.
Screenshot from check run summary:
(ignore the blur, just to hide few things).
The annotation should be created in the path:
src/Applications/Configurations/T(...)t.I(...)s.Application.Configurations.UnitTests/Processors/ConfigurationProcessorTests.cs
Not in the:
T(...)t.I(...)s.Application.Configurations.UnitTests/Processors/ConfigurationProcessorTests.cs
When accessing the pull request itself, the annotation is never shown, only in the check summary page.
Expected behavior
Annotations should appear on the Pull Request file diff.
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm using test-reporter with
working-directory
to make reports of a .NET monorepo containing multiple sulutions and projects.The git annotations for test failures are not created and linked with the files correctly.
To Reproduce
My configuration (replaced variables with actual values):
I made a change in the test to test failure annotations, making it to fail. The annotation was created but not linked to the correct file.
Screenshot from check run summary:
(ignore the blur, just to hide few things).
The annotation should be created in the path:
src/Applications/Configurations/T(...)t.I(...)s.Application.Configurations.UnitTests/Processors/ConfigurationProcessorTests.cs
Not in the:
T(...)t.I(...)s.Application.Configurations.UnitTests/Processors/ConfigurationProcessorTests.cs
When accessing the pull request itself, the annotation is never shown, only in the check summary page.
Expected behavior
Annotations should appear on the Pull Request file diff.
The text was updated successfully, but these errors were encountered: