blink1073 / oct2py

Compare 233d388 ... +0 ... 674bd36

Flags

Flags have been temporarily removed from this view while the flagging feature is refactored for better performance and user experience.

You can still use flags when viewing individual files. Flag-level thresholds will also remain on pull and merge requests in your repository provider.

More information can be found in our documentation.

Showing 1 of 2 files from the diff.
Other files ignored by Codecov
HISTORY.rst has changed.

@@ -11,7 +11,7 @@
Loading
11 11
    'serial'
12 12
])
13 13
14 -
version_info = VersionInfo(5, 0, 4, 'final', 0)
14 +
version_info = VersionInfo(5, 1, 0, 'final', 0)
15 15
16 16
__version__ = '{}.{}.{}'.format(
17 17
    version_info.major,

Everything is accounted for!

No changes detected that need to be reviewed.
What changes does Codecov check for?
Lines, not adjusted in diff, that have changed coverage data.
Files that introduced coverage data that had none before.
Files that have missing coverage data that once were tracked.
Files Coverage
oct2py 91.79%
Project Totals (10 files) 91.79%
Loading