Skip to content

Commit

Permalink
Dequote code coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Sep 18, 2023
1 parent 3604961 commit f4ab8cf
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/IKVM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -444,17 +444,14 @@ jobs:
sys: osx-x64
include:
- run: IKVM.ByteCode.Tests
tfm: netcoreapp3.1
tfm: net7.0
sys: windows
- run: IKVM.ByteCode.Tests
tfm: netcoreapp3.1
sys: linux
- run: IKVM.Java.Tests
tfm: netcoreapp3.1
sys: windows
- run: IKVM.Java.Tests
tfm: netcoreapp3.1
tfm: net7.0
sys: linux
- run: IKVM.ByteCode.Tests
tfm: net7.0
sys: osx-x64
- run: IKVM.JTReg.TestAdapter.Tests
tfm: net7.0
sys: windows
Expand Down Expand Up @@ -608,7 +605,7 @@ jobs:
"--results-directory", "TestResults",
"--logger:console;verbosity=diag",
"--logger:trx",
"--collect", "'Code Coverage'"
"--collect", "Code Coverage"
)
$runsettings = $(gi .\tests\$tst\$tfm\*.runsettings)
Expand Down

0 comments on commit f4ab8cf

Please sign in to comment.