Skip to content

Commit

Permalink
build: install codecoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler committed Nov 8, 2020
1 parent 68bff1e commit 2e03f73
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"com.unity.ide.rider": "1.1.4",
"com.unity.ide.vscode": "1.2.3",
"com.unity.test-framework": "1.1.18",
"com.unity.testtools.codecoverage": "0.3.1-preview",
"com.unity.textmeshpro": "2.0.1",
"com.unity.timeline": "1.2.14",
"com.unity.ugui": "1.0.0",
Expand Down
17 changes: 17 additions & 0 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,13 @@
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.settings-manager": {
"version": "1.0.1",
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.test-framework": {
"version": "1.1.18",
"depth": 0,
Expand All @@ -116,6 +123,16 @@
},
"url": "https://packages.unity.com"
},
"com.unity.testtools.codecoverage": {
"version": "0.3.1-preview",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.test-framework": "1.0.16",
"com.unity.settings-manager": "1.0.1"
},
"url": "https://packages.unity.com"
},
"com.unity.textmeshpro": {
"version": "2.0.1",
"depth": 0,
Expand Down

0 comments on commit 2e03f73

Please sign in to comment.