This repository was archived by the owner on Oct 3, 2023. It is now read-only.
Commit 4b7d14c
Use ts-mocha to run tests (#444)
* Use ts-mocha to run tests
* Add compile step to CI
* Update all packages to use ts-mocha
* Fix typo around pjsonVersion
* Delete spurious blank line
* Get .ts coverage for all packages
* Undo changes to opencensus-nodejs/package.json. It needs to be compiled to .js to get the tests to pass.
* Undo ts-mocha for redis package
* Don't use ts-mocha for ocagent
* Revert package-lock.json and ocagent.ts since we aren't going to change package.json as part of this PR.
* Remove unnecessary nyc block
* Undo changes to package-lock.json
* Handle templatesDir1 parent c5a7d07 commit 4b7d14c
File tree
46 files changed
+1877
-109
lines changed- .circleci
- packages
- opencensus-core
- src/common
- opencensus-exporter-instana
- opencensus-exporter-jaeger
- src
- opencensus-exporter-prometheus
- opencensus-exporter-stackdriver
- opencensus-exporter-zipkin
- opencensus-exporter-zpages
- src/zpages-frontend/page-handlers
- opencensus-instrumentation-grpc
- opencensus-instrumentation-http2
- opencensus-instrumentation-https
- opencensus-instrumentation-http
- opencensus-instrumentation-ioredis
- opencensus-instrumentation-mongodb
- opencensus-propagation-b3
- opencensus-propagation-binaryformat
- opencensus-propagation-jaeger
- opencensus-propagation-stackdriver
- opencensus-propagation-tracecontext
- opencensus-resource-util
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
46 files changed
+1877
-109
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
41 | 50 | | |
42 | 51 | | |
43 | 52 | | |
| |||
54 | 63 | | |
55 | 64 | | |
56 | 65 | | |
| 66 | + | |
57 | 67 | | |
58 | 68 | | |
59 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
26 | 33 | | |
27 | 34 | | |
28 | 35 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
39 | 48 | | |
40 | 49 | | |
41 | 50 | | |
| |||
48 | 57 | | |
49 | 58 | | |
50 | 59 | | |
| 60 | + | |
51 | 61 | | |
52 | 62 | | |
53 | 63 | | |
| |||
0 commit comments