FasterXML / jackson-core
Showing 1 of 1 files from the diff.

@@ -481,7 +481,7 @@
Loading
481 481
    }
482 482
483 483
    @Override
484 -
    public Number getNumberValueDeferred() throws InputCoercionException {
484 +
    public Object getNumberValueDeferred() throws InputCoercionException {
485 485
        return getNumberValue();
486 486
    }
487 487
Files Complexity Coverage
src/main/java/tools/jackson/core 66.93% 72.59%
Project Totals (105 files) 66.93% 72.59%
4039434060
unittests

No yaml found.

Create your codecov.yml to customize your Codecov experience

Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file. The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files. The size and color of each slice is representing the number of statements and the coverage, respectively.
Grid
Each block represents a single file in the project. The size and color of each block is represented by the number of statements and the coverage, respectively.
Loading