Skip to content

Commit 42b1a41

Browse files
committed
Added the new format '4' to the list of recognized formats in the coverage_changes management command.
- Legacy-Id: 13766
1 parent 97a5ed1 commit 42b1a41

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ietf/utils/management/commands/coverage_changes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ def coverage_diff(self, master, latest, sections, release=None, **options):
106106
mlines, mcov = None, mcoverage[mkey]
107107
elif mformat == 2:
108108
mlines, mcov = mcoverage[mkey]
109+
elif mformat == 4:
110+
mlines, mcov = mcoverage[mkey]
109111
else:
110112
raise CommandError("The release coverage data has an unknown format ('%s'), quitting." % mformat)
111113
if lformat == 1:

0 commit comments

Comments
 (0)