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
There are code like LogError("Error saving code coverage: {}", e.what()); which does not work -- because LogError does not take a fmt style string. Change that to use fmt before passing to LogError
There are code like
LogError("Error saving code coverage: {}", e.what());which does not work -- because LogError does not take a fmt style string. Change that to use fmt before passing to LogError