Skip to content

Commit

Permalink
Fix expected code coverage for tools
Browse files Browse the repository at this point in the history
Ref. None
  • Loading branch information
treiher committed Apr 16, 2024
1 parent c70b30d commit e28fec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ test_property: $(RFLX)
$(PYTEST) tests/property

test_tools: $(RFLX)
$(PYTEST) --cov=tools --cov-branch --cov-fail-under=60.0 --cov-report=term-missing:skip-covered tests/tools
$(PYTEST) --cov=tools --cov-branch --cov-fail-under=57.0 --cov-report=term-missing:skip-covered tests/tools

test_ide: $(RFLX)
$(PYTEST) tests/ide
Expand Down

0 comments on commit e28fec1

Please sign in to comment.