Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Codecov: start reporting code coverage. #232

Merged
merged 2 commits into from
Dec 14, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ unit_tests: &unit_tests
- run:
name: Run unit tests.
command: npm run test
- run:
name: Submit coverage data to codecov.
command: npm run codecov
when: always

mongo_service: &mongo_service
image: mongo
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"compile": "lerna run compile",
"test": "lerna run test",
"bootstrap": "lerna bootstrap",
"bump": "lerna publish"
"bump": "lerna publish",
"codecov": "lerna run codecov"
},
"keywords": [
"opencensus",
Expand Down
2 changes: 2 additions & 0 deletions packages/opencensus-core/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fixes:
- "::packages/opencensus-core/"
Loading