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 am trying to do code coverage with multiple generated tests with ghdl (gcc backend). I have a problem with gcov outputs. One test overwrites the gcov outputs of another.
I have found a solution, change the environment variable for each test. It is possible?