Skip to content

Commit

Permalink
chore: fix codecov path (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurkale22 authored and bg451 committed Nov 12, 2019
1 parent 460d986 commit 36496f6
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",
"compile": "tsc -p .",
Expand Down

0 comments on commit 36496f6

Please sign in to comment.