Skip to content

Commit

Permalink
Merge pull request #614 from Microsoft/jwilaby/build-tweaks
Browse files Browse the repository at this point in the history
Jwilaby/build tweaks
  • Loading branch information
justinwilaby committed May 29, 2018
2 parents b17d4c5 + 6b05dbb commit b805a50
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 43 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Microsoft Bot Framework Emulator (V4 PREVIEW) ![Build Status](https://fuselabs.visualstudio.com/BotFramework-Emulator/_apis/build/repos/Github/badge?repoId=Microsoft/BotFramework-Emulator&branchName=v4&api-version=4.1-preview.1) [![Coverage Status](https://coveralls.io/repos/github/Microsoft/BotFramework-Emulator/badge.svg?branch=)](https://coveralls.io/github/Microsoft/BotFramework-Emulator?branch=)
# Microsoft Bot Framework Emulator (V4 PREVIEW) ![Build Status](https://fuselabs.visualstudio.com/_apis/public/build/definitions/18091c08-0c2a-44b2-9078-2243ba6be722/264/badge) [![Coverage Status](https://coveralls.io/repos/github/Microsoft/BotFramework-Emulator/badge.svg?branch=v4)](https://coveralls.io/github/Microsoft/BotFramework-Emulator?branch=v4)

The [Microsoft Bot Framework](https://botframework.com) is a service and [SDK](https://github.com/Microsoft/BotBuilder) that enables organizations to build and deploy intelligent agents, known as bots.

Expand Down
3 changes: 3 additions & 0 deletions env.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
process.env.COVERALLS_GIT_BRANCH = process.env.BUILD_SOURCEBRANCHNAME;
process.env.COVERALLS_GIT_COMMIT = process.env.BUILD_SOURCEVERSION;
process.env.CI_PULL_REQUEST = process.env.SYSTEM_PULLREQUEST_PULLREQUESTID;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"bootstrap": "lerna bootstrap --hoist",
"build": "lerna run --scope @bfemulator/**shared build && lerna run --scope !@bfemulator/**shared build",
"test": "jest",
"test:coveralls": "jest --coverage --coverageReporters=text-lcov | coveralls"
"test:coveralls": "jest --coverage --coverageReporters=text-lcov | node -r ./env node_modules/coveralls/bin/coveralls"
},
"jest": {
"setupTestFrameworkScriptFile": "./testSetup.js",
Expand Down

This file was deleted.

0 comments on commit b805a50

Please sign in to comment.