Skip to content

Commit

Permalink
Codecov: Fix file path prefixes (open-telemetry#101)
Browse files Browse the repository at this point in the history
* scope: remove reporting of empty codecov

* core: prefix codecov report
  • Loading branch information
markwolff authored and mayurkale22 committed Jul 12, 2019
1 parent 5870457 commit fdd896d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/opentelemetry-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"tdd": "yarn tdd:node",
"tdd:node": "yarn test -- --watch-extensions ts --watch",
"tdd:browser": "karma start",
"codecov": "c8 report --reporter=json && codecov -f coverage/*.json",
"codecov": "c8 report --reporter=json && codecov -f coverage/*.json -p ../../",
"clean": "rimraf build/*",
"check": "gts check",
"compile": "tsc -p .",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-scope-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"test": "c8 ts-mocha -p tsconfig.json test/**/*.ts",
"tdd": "yarn test -- --watch-extensions ts --watch",
"codecov": "c8 report --reporter=json && codecov -f coverage/*.json",
"codecov": "c8 report --reporter=json",
"clean": "rimraf build/*",
"check": "gts check",
"compile": "tsc -p .",
Expand Down

0 comments on commit fdd896d

Please sign in to comment.