We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b8b87 commit caa1465Copy full SHA for caa1465
plugin.py
@@ -68,7 +68,7 @@ class UnitTesting33Command(ut38.UnitTestingCommand):
68
"linux-x32": {">3000": ["coverage"]},
69
"linux-x64": {">3000": ["coverage"]},
70
"osx-x32": {">3000": ["coverage"]},
71
- "osx-x32": {">3000": ["coverage"]},
+ "osx-x64": {">3000": ["coverage"]},
72
"windows-x32": {">3000": ["coverage"]},
73
"windows-x64": {">3000": ["coverage"]},
74
}
0 commit comments