filet icon indicating copy to clipboard operation
filet copied to clipboard

Convert filet to support parallel execution

Open jovandeginste opened this issue 4 years ago • 1 comments

We create a new list of files per TestReporter. This needed a map, and thus some helper functions to help with locking around the map.

This however changes the way you can access the Files array. You now need to access it through the map key (see the README changes)

Fixed #5

Signed-off-by: Jo Vandeginste [email protected]

jovandeginste avatar Dec 21 '20 14:12 jovandeginste

This would be awesome!

jakesylvestre avatar Mar 19 '21 23:03 jakesylvestre