johnpaulett / python-hl7
Showing 1 of 2 files from the diff.
Other files ignored by Codecov

@@ -6,7 +6,7 @@
Loading
6 6
Forth element can be 'dev' < 'a' < 'b' < 'rc' < 'final'. An empty 4th
7 7
element is equivalent to 'final'.
8 8
"""
9 -
VERSION = (0, 4, 4, "final")
9 +
VERSION = (0, 4, 5, "final")
10 10
11 11
12 12
def get_version():
Files Coverage
hl7 81.28%
tests 99.63%
Project Totals (22 files) 90.12%
Untitled
Untitled

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