| OLD | NEW |
| 1 name: coverage_reflectable | 1 name: coverage_reflectable |
| 2 version: 1.0.0 | 2 version: 1.0.1 |
| 3 description: > | 3 description: > |
| 4 A simple tool for measuring code coverage in the reflectable transformer when | 4 A simple tool for measuring code coverage in the reflectable transformer when |
| 5 transforming all tests in 'test_reflectable/test'. Only useful for developers | 5 transforming all tests in 'test_reflectable/test'. Only useful for developers |
| 6 of reflectable. Note that it is necessary to use `path:` dependencies in order | 6 of reflectable. Note that it is necessary to use `path:` dependencies in order |
| 7 to depend on observatory, because observatory has not been made available as | 7 to depend on observatory, because observatory has not been made available as |
| 8 a separate package; any concrete usage of this package entails downloading the | 8 a separate package; any concrete usage of this package entails downloading the |
| 9 sdk separately and adjusting the paths for the concrete setup. | 9 sdk separately and adjusting the paths for the concrete setup. |
| 10 dependencies: | 10 dependencies: |
| 11 observatory: | 11 observatory: |
| 12 path: ../../sdk/runtime/observatory | 12 path: ../../sdk/runtime/observatory |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 watcher: | 90 watcher: |
| 91 path: ../../sdk/third_party/observatory_pub_packages/packages/watcher | 91 path: ../../sdk/third_party/observatory_pub_packages/packages/watcher |
| 92 web_components: | 92 web_components: |
| 93 path: ../../sdk/third_party/observatory_pub_packages/packages/web_components | 93 path: ../../sdk/third_party/observatory_pub_packages/packages/web_components |
| 94 when: | 94 when: |
| 95 path: ../../sdk/third_party/observatory_pub_packages/packages/when | 95 path: ../../sdk/third_party/observatory_pub_packages/packages/when |
| 96 which: | 96 which: |
| 97 path: ../../sdk/third_party/observatory_pub_packages/packages/which | 97 path: ../../sdk/third_party/observatory_pub_packages/packages/which |
| 98 yaml: | 98 yaml: |
| 99 path: ../../sdk/third_party/observatory_pub_packages/packages/yaml | 99 path: ../../sdk/third_party/observatory_pub_packages/packages/yaml |
| OLD | NEW |