Skip to content

Commit

Permalink
add coverage and tests to top flixel
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed Aug 9, 2023
1 parent 3b1ebdf commit 9b976cc
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
"tests/coverage/source",
"tests/unit/src"
],
"search.exclude": {
"tests/coverage/export/**/*.hx": true,
"tests/unit/bin/**/*.hx": true
},
"[haxe]": {
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "modifications"
Expand All @@ -25,5 +29,37 @@
"flash:openfl"
]
}
],
"lime.projectFile": "tests/coverage/Project.xml",
"lime.targets": [
{
"label": "AIR",
"enabled":false
},
{
"label": "Electron",
"enabled":false
}
],
"lime.buildTypes": [
{
"label": "Final",
"enabled":false
},
{
"label": "Debug",
"enabled":false
},
{
"args": ["-Dcoverage1"],
"label": "Coverage1"
},
{
"args": ["-Dcoverage2"],
"label": "Coverage2"
}
],
"haxeTestExplorer.testCommand": [
"haxelib", "run", "lime", "test", "tests/unit/project.xml", "cpp", "--haxelib=test-adapter"
]
}

0 comments on commit 9b976cc

Please sign in to comment.