golang-test-annotations icon indicating copy to clipboard operation
golang-test-annotations copied to clipboard

A github action which annotates failed tests.

Results 4 golang-test-annotations issues
Sort by recently updated
recently updated
newest added

Hi, the action seems to work, but it does not annotate the test on my file view. any idea?

Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.36.1 to 0.38.1. Release notes Sourced from @​vercel/ncc's releases. 0.38.1 0.38.1 (2023-10-18) Bug Fixes sourcemap sources removes webpack path (#1122) (ce5984e), closes #1011 #1121 0.38.0 0.38.0 (2023-09-06)...

dependencies

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.6.0 to 1.10.1. Changelog Sourced from @​actions/core's changelog. 1.10.1 Fix error message reference in oidc utils #1511 1.10.0 saveState and setOutput now use environment files if available...

dependencies

A failing test like this has some colored text using ANSI ![image](https://user-images.githubusercontent.com/37967690/135701101-e6d331c0-bc35-458e-8ce7-1853bdf3363c.png) It would be awesome if this action would strip that ANSI from the resulting annotation. ``` === RUN...