Skip to content

Commit

Permalink
chore: removing semantic conventions from code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
obecny committed Aug 7, 2020
1 parent f4f2f84 commit 5232038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opentelemetry-semantic-conventions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"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 ../../",
"codecov": "",
"clean": "rimraf build/*",
"precompile": "tsc --version",
"version:update": "node ../../scripts/version-update.js",
Expand Down

0 comments on commit 5232038

Please sign in to comment.