File tree Expand file tree Collapse file tree 3 files changed +5
-24
lines changed
Expand file tree Collapse file tree 3 files changed +5
-24
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ openapi: 3.0.0
22info :
33 description : A system to store and query test results
44 title : Ibutsu API
5- version : 2.8.3
5+ version : 2.8.5
66servers :
77 - url : /api
88tags :
Original file line number Diff line number Diff line change 11[project ]
2- version = " 2.8.3 "
2+ version = " 2.8.5 "
33name = " ibutsu_server"
44description = " A system to store and query test results and artifacts"
55authors = [
@@ -246,34 +246,15 @@ omit = [
246246precision = 2
247247skip_empty = true
248248exclude_lines = [
249- # Pragmas and docstrings
250249 " pragma: no cover" ,
251250 " def __repr__" ,
252- # Defensive programming patterns
253251 " raise AssertionError" ,
254252 " raise NotImplementedError" ,
255- " assert False" ,
256- # Type checking blocks
253+ " if __name__ == .__main__.:" ,
257254 " if TYPE_CHECKING:" ,
258- " if typing.TYPE_CHECKING:" ,
259- # Abstract methods
260255 " @abstractmethod" ,
261- " @abc.abstractmethod" ,
262- # Main guard
263- " if __name__ == .__main__.:" ,
264- # Import statements (allow leading whitespace)
265- " ^\\ s*from .+ import .+$" ,
266- " ^\\ s*import .+$" ,
267- # Pass statements
268- " ^\\ s*pass\\ s*$" ,
269- # Ellipsis (standalone only, not in strings)
270- " ^\\ s*\\ .\\ .\\ .\\ s*$" ,
271- # Protocol and overload definitions
272- " @overload" ,
273- " @typing.overload" ,
274- # Debug-only code
275- " if.*__debug__:" ,
276256]
257+ # fail_under removed - coverage thresholds managed by codecov.yml
277258
278259[tool .coverage .xml ]
279260output = " coverage.xml"
Original file line number Diff line number Diff line change 11{
22 "name" : " ibutsu-frontend" ,
3- "version" : " 2.8.3 " ,
3+ "version" : " 2.8.5 " ,
44 "private" : true ,
55 "dependencies" : {
66 "@babel/plugin-proposal-private-property-in-object" : " ^7.21.11" ,
You can’t perform that action at this time.
0 commit comments