|
Ran
|
Jobs
2
|
Files
410
|
Run time
37s
|
Badge
README BADGES
|
push
github
Fix bad DataDecoded schema (#382) Closes #331 This PR fixes a bad schema definition for `DataDecoded`. This `value` property was defined as `string` within its schema, but the class defines an `unknown` type for its `value` property. (for additional reference, [this is the Transaction Service](https://github.com/safe-global/safe-transaction-service/blob/d00ad8bd8/safe_transaction_service/contracts/tx_decoder.py#L104) type definition) Additionally, an existing test was modified in order to verify the `value` can contain other types besides `string` (`array` was used in the test).
832 of 1006 branches covered (82.7%)
Branch coverage included in aggregate %.
4017 of 4255 relevant lines covered (94.41%)
42.03 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | run-test:cov - 5122486137.1 | 0 |
89.3 |
GitHub Action Run | |
| 2 | run-test:e2e:cov - 5122486137.2 | 0 |
52.72 |
GitHub Action Run |