neo-project / neo-modules

MIT License
61 stars 102 forks source link

Fix coverall in the same way as recent PRs on neo library #882

Closed vncoelho closed 5 months ago

vncoelho commented 5 months ago

similar to https://github.com/neo-project/neo/pull/3162

vncoelho commented 5 months ago

It looks very good now!

vncoelho commented 5 months ago

coverage/coveralls — Coverage increased (+1.1%) to 32.136%

shargon commented 5 months ago

We need to exclude neo, like in dev-pack

vncoelho commented 5 months ago

We need to exclude neo, like in dev-pack

I do not understand clearly, can you proceed?

vncoelho commented 5 months ago

We need to exclude neo, like in dev-pack

I do not understand clearly, can you proceed?

I see now

| Module                     | Line   | Branch | Method |
+----------------------------+--------+--------+--------+
| Neo.Extensions             | 42.85% | 0%     | 40%    |
+----------------------------+--------+--------+--------+
| Neo.VM                     | 8.56%  | 3.05%  | 17.6%  |
+----------------------------+--------+--------+--------+
| Neo.Cryptography.BLS12_381 | 0%     | 0%     | 0%     |
+----------------------------+--------+--------+--------+
| RpcClient                  | 86.06% | 56.2%  | 91.42% |
+----------------------------+--------+--------+--------+
| Neo.IO                     | 39.4%  | 29.41% | 40.62% |
+----------------------------+--------+--------+--------+
| Neo.Json                   | 35.7%  | 15.33% | 40.46% |
+----------------------------+--------+--------+--------+
| Neo                        | 23.11% | 10.88% | 20.8%  |
+----------------------------+--------+--------+--------+
vncoelho commented 5 months ago
+---------------+--------+--------+--------+
| Module        | Line   | Branch | Method |
+---------------+--------+--------+--------+
| OracleService | 12.47% | 2.99%  | 3.12%  |
+---------------+--------+--------+--------+
| MPTTrie       | 96.23% | 88.46% | 98.36% |
+---------------+--------+--------+--------+
| LevelDBStore  | 52.55% | 73.33% | 47.43% |
+---------------+--------+--------+--------+
| RocksDBStore  | 53.19% | 43.75% | 50%    |
+---------------+--------+--------+--------+
| RpcServer     | 0%     | 0%     | 0%     |
+---------------+--------+--------+--------+
| RpcClient     | 86.06% | 56.2%  | 91.42% |
+---------------+--------+--------+--------+

+---------+--------+--------+--------+
|         | Line   | Branch | Method |
+---------+--------+--------+--------+
| Total   | 50.46% | 39.11% | 58.1%  |
+---------+--------+--------+--------+
| Average | 50.08% | 44.12% | 48.38% |
+---------+--------+--------+--------+
vncoelho commented 5 months ago

coverage/coveralls — Coverage increased (+17.0%) to 48.035%

vncoelho commented 5 months ago

@shargon, this is ready as well