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
The coverlet target in BlazorInteractive.Tests.csproj and BlazorInteractive.Compliation.Tests will fail currently if coverlet.console is not installed. See TESTS.md for instructions of how to install.
Furthermore, the coverlet.console tool has to be installed with -a arm64 if on a M1 or M2 ARM MacBook.
We need to modify the target to no only install coverlet.console if required, but install teh correct version depending on platform. For unix based OS, you can use uname -m in a condition.
The text was updated successfully, but these errors were encountered:
The coverlet target in
BlazorInteractive.Tests.csproj
andBlazorInteractive.Compliation.Tests
will fail currently if coverlet.console is not installed. See TESTS.md for instructions of how to install.Furthermore, the coverlet.console tool has to be installed with
-a arm64
if on a M1 or M2 ARM MacBook.We need to modify the target to no only install coverlet.console if required, but install teh correct version depending on platform. For unix based OS, you can use
uname -m
in a condition.The text was updated successfully, but these errors were encountered: