Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
Validate code coverage for individual test classes in TriggerApexTest…
Browse files Browse the repository at this point in the history
… task (#109)

* Validate code coverage for individual test classes in TriggerApexTest task

* Update core dependency in TriggerApexTest task

* Update Azp core dependecy to ^1.0.2

* Bump versions for changes to TriggerApexTest task

Bump major version of Trigger Apex Test task
Bump minor version of core and CLI
  • Loading branch information
aly76 authored Jul 29, 2020
1 parent 0be0d54 commit c614b36
Show file tree
Hide file tree
Showing 68 changed files with 139 additions and 89 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sfpowerscripts-analyzewithpmd-task",
"description": "sfpowerscripts-analyzewithpmd-task",
"version": "6.0.6",
"version": "6.0.7",
"private": true,
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
},
"license": "MIT",
"dependencies": {
"@dxatscale/sfpowerscripts.core": "^1.0.2",
"@dxatscale/sfpowerscripts.core": "^1.1.0",
"azure-pipelines-task-lib": "^2.8.0",
"xml2js": "^0.4.22"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"version": {
"Major": 6,
"Minor": 0,
"Patch": 6
"Patch": 7
},
"instanceNameFormat": "Analyze $(directory) using PMD",
"inputs": [
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sfpowerscripts-authenticateorg-task",
"description": "sfpowerscripts-authenticateorg-task",
"version": "9.0.6",
"version": "9.0.7",
"private": true,
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"version": {
"Major": 9,
"Minor": 0,
"Patch": 6
"Patch": 7
},
"runsOn": [
"Agent"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sfpowerscripts-checkoutprojectfromartifact-task",
"description": "sfpowerscripts-checkoutprojectfromartifact-task",
"version": "13.3.2",
"version": "13.3.3",
"private": true,
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"version": {
"Major": 13,
"Minor": 3,
"Patch": 2
"Patch": 3
},
"runsOn": [
"Agent"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sfpowerscripts-createdeltapackage-task",
"description": "sfpowerscripts-createdeltapackage-task",
"version": "5.0.7",
"version": "5.0.8",
"private": true,
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
},
"license": "MIT",
"dependencies": {
"@dxatscale/sfpowerscripts.core": "^1.0.2",
"@dxatscale/sfpowerscripts.core": "^1.1.0",
"applicationinsights": "^1.6.0",
"azure-pipelines-task-lib": "^2.8.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"version": {
"Major": 5,
"Minor": 0,
"Patch": 7
"Patch": 8
},
"instanceNameFormat": "Create Delta Package based on two commits",
"inputs": [
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sfpowerscripts-createsourcepackage-task",
"description": "sfpowerscripts-createsourcepackage-task",
"version": "10.0.4",
"version": "10.0.5",
"private": true,
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
},
"license": "MIT",
"dependencies": {
"@dxatscale/sfpowerscripts.core": "^1.0.2",
"@dxatscale/sfpowerscripts.core": "^1.1.0",
"applicationinsights": "^1.6.0",
"azure-pipelines-task-lib": "^2.8.0",
"fs-extra": "^8.1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"version": {
"Major": 10,
"Minor": 0,
"Patch": 4
"Patch": 5
},
"runsOn": [
"Agent"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sfpowerscripts-createunlockedpackage-task",
"description": "sfpowerscripts-createunlockedpackage-task",
"version": "11.0.4",
"version": "11.0.5",
"private": true,
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
},
"license": "MIT",
"dependencies": {
"@dxatscale/sfpowerscripts.core": "^1.0.2",
"@dxatscale/sfpowerscripts.core": "^1.1.0",
"azure-pipelines-task-lib": "^2.8.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"version": {
"Major": 11,
"Minor": 0,
"Patch": 4
"Patch": 5
},
"runsOn": [
"Agent"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sfpowerscripts-deploydestructivemanifesttoorg-task",
"description": "sfpowerscripts-deploydestructivemanifesttoorg-task",
"version": "5.0.2",
"version": "5.0.3",
"private": true,
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
},
"license": "MIT",
"dependencies": {
"@dxatscale/sfpowerscripts.core": "^0.4.4",
"@dxatscale/sfpowerscripts.core": "^1.1.0",
"azure-pipelines-task-lib": "^2.8.0",
"rimraf": "^3.0.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"version": {
"Major": 5,
"Minor": 0,
"Patch": 2
"Patch": 3
},
"runsOn": [
"Agent"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sfpowerscripts-deploysourcetoorg-task",
"description": "sfpowerscripts-deploysourcetoorg-task",
"version": "9.0.2",
"version": "9.0.3",
"private": true,
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
},
"license": "MIT",
"dependencies": {
"@dxatscale/sfpowerscripts.core": "^1.0.2",
"@dxatscale/sfpowerscripts.core": "^1.1.0",
"azure-pipelines-task-lib": "^2.8.0",
"rimraf": "^3.0.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"version": {
"Major": 9,
"Minor": 0,
"Patch": 2
"Patch": 3
},
"runsOn": [
"Agent"
Expand Down Expand Up @@ -134,4 +134,4 @@
"target": "lib/DeploySourceToOrg.js"
}
}
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sfpowerscripts-exportsourcefromorg-task",
"description": "sfpowerscripts-exportsourcefromorg-task",
"version": "3.0.6",
"version": "3.0.7",
"private": true,
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
},
"license": "MIT",
"dependencies": {
"@dxatscale/sfpowerscripts.core": "^0.4.4",
"@dxatscale/sfpowerscripts.core": "^1.1.0",
"applicationinsights": "^1.6.0",
"azure-pipelines-task-lib": "^2.8.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"version": {
"Major": 3,
"Minor": 0,
"Patch": 6
"Patch": 7
},
"runsOn": [
"Agent"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"license": "MIT",
"dependencies": {
"@dxatscale/sfpowerscripts.core": "^0.4.4",
"@dxatscale/sfpowerscripts.core": "^1.1.0",
"azure-pipelines-task-lib": "^2.8.0",
"simple-git": "^1.126.0"
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sfpowerscripts-installpackagedependencies-task",
"description": "sfpowerscripts-installpackagedependencies-task",
"version": "4.0.7",
"version": "4.0.8",
"private": true,
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
},
"license": "MIT",
"dependencies": {
"@dxatscale/sfpowerscripts.core": "^0.4.4",
"@dxatscale/sfpowerscripts.core": "^1.1.0",
"azure-pipelines-task-lib": "^2.8.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"version": {
"Major": 4,
"Minor": 0,
"Patch": 7
"Patch": 8
},
"runsOn": [
"Agent"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sfpowerscripts-installsfdx-task",
"description": "Install SFDX CLI Task",
"version": "7.0.6",
"version": "7.0.7",
"private": true,
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"version": {
"Major": 7,
"Minor": 0,
"Patch": 6
"Patch": 7
},
"runsOn": [
"Agent"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c614b36

Please sign in to comment.