Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Updated azure pipelines test
Browse files Browse the repository at this point in the history
  • Loading branch information
febg-codecov committed Oct 10, 2019
1 parent b81be07 commit 80d994c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ function test_azure_pipelines (){
export BUILD_BUILDID="3"
export BUILD_SOURCEBRANCHNAME="develop"
export SYSTEM_TEAMPROJECT="project"
assertURL "https://codecov.io/upload/v4?package=bash-$VERSION&token=&branch=develop&commit=180c0d097354fc1a451da8a3be5aba255f2ffd9f&build=1.2&build_url=https%3A%2F%2Fdev.azure.com%2Fproject%2F_build%2Fresults%3FbuildId%3D3&name=&tag=&slug=codecov%2Fcodecov-bash&service=azure_pipelines&flags=&pr=2&job=3"
assertURL "https://codecov.io/upload/v4?package=bash-8a28df4&token=&branch=develop&commit=180c0d097354fc1a451da8a3be5aba255f2ffd9f&build=1.2&build_url=https%3A%2F%2Fdev.azure.com%2Fproject%2F_build%2Fresults%3FbuildId%3D3&name=&tag=&slug=codecov%2Fcodecov-bash&service=azure_pipelines&flags=&pr=2&job=3&project=project&server_uri=https://dev.azure.com/"
}

function test_azure_pipelines_2 (){
Expand All @@ -424,7 +424,7 @@ function test_azure_pipelines_2 (){
export BUILD_BUILDID="3"
export BUILD_SOURCEBRANCHNAME="develop"
export SYSTEM_TEAMPROJECT="project"
assertURL "https://codecov.io/upload/v4?package=bash-$VERSION&token=&branch=develop&commit=180c0d097354fc1a451da8a3be5aba255f2ffd9f&build=1.2&build_url=https%3A%2F%2Fdev.azure.com%2Fproject%2F_build%2Fresults%3FbuildId%3D3&name=&tag=&slug=codecov%2Fcodecov-bash&service=azure_pipelines&flags=&pr=33&job=3"
assertURL "https://codecov.io/upload/v4?package=bash-8a28df4&token=&branch=develop&commit=180c0d097354fc1a451da8a3be5aba255f2ffd9f&build=1.2&build_url=https%3A%2F%2Fdev.azure.com%2Fproject%2F_build%2Fresults%3FbuildId%3D3&name=&tag=&slug=codecov%2Fcodecov-bash&service=azure_pipelines&flags=&pr=33&job=3&project=project&server_uri=https://dev.azure.com/"
}

function test_bitbucket() {
Expand Down

0 comments on commit 80d994c

Please sign in to comment.