Skip to content

Commit

Permalink
chore(plugin-pg-pool): fix codecov path (open-telemetry#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurkale22 authored Jan 4, 2020
1 parent fda23b6 commit 7124f5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test:local": "cross-env RUN_POSTGRES_TESTS_LOCAL=true yarn test",
"tdd": "yarn test -- --watch-extensions ts --watch",
"clean": "rimraf build/*",
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../",
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../../",
"check": "gts check",
"precompile": "tsc --version",
"version:update": "node ../../../scripts/version-update.js",
Expand Down

0 comments on commit 7124f5f

Please sign in to comment.