Skip to content

Commit

Permalink
removing semantic conventions from code coverage (#1409)
Browse files Browse the repository at this point in the history
  • Loading branch information
obecny authored Aug 10, 2020
1 parent 87a049a commit 43d01dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/opentelemetry-semantic-conventions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"lint:fix": "eslint . --ext .ts --fix",
"test": "nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'",
"tdd": "npm run test -- --watch-extensions ts --watch",
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../",
"clean": "rimraf build/*",
"precompile": "tsc --version",
"version:update": "node ../../scripts/version-update.js",
Expand Down

0 comments on commit 43d01dd

Please sign in to comment.