Phoenix-Protocol-Group / phoenix-contracts

Source code of the smart contracts of the Phoenix DeFi hub DEX protocol
GNU General Public License v3.0
10 stars 6 forks source link

[V-PHX-VUL-030] Missing test coverage #225

Closed gangov closed 6 months ago

gangov commented 7 months ago

Here we list code locations that are not tested in any unit tests:

packages/decimal/src/lib.rs

Impact: Erroneous updates to untested functions may more easily lead to bugs in production.

Recommendation: Add tests to increase code coverage.