Skip to content

Commit

Permalink
Remove code coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Jul 20, 2024
1 parent b8d259c commit 2c1043e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/IKVM.ByteCode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,7 @@ jobs:
"-v:diag",
"--results-directory", "TestResults",
"--logger:console;verbosity=diag",
"--logger:trx",
"--collect", "Code Coverage"
"--logger:trx"
)
$runsettings = $(gi .\tests\$tst\$tfm\*.runsettings)
Expand Down

0 comments on commit 2c1043e

Please sign in to comment.