Skip to content

Commit

Permalink
Reduce required unit test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
treiher committed Jan 2, 2023
1 parent 17d89b0 commit 547cea7
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 @@ -146,7 +146,7 @@ test_python_coverage:
timeout -k 60 7200 $(PYTEST) --cov=rflx --cov=tests/unit --cov=tests/integration --cov-branch --cov-fail-under=100 --cov-report=term-missing:skip-covered tests/unit tests/integration

test_python_unit_coverage:
timeout -k 60 7200 $(PYTEST) --cov=rflx --cov=tests/unit --cov-branch --cov-fail-under=97.25 --cov-report=term-missing:skip-covered tests/unit
timeout -k 60 7200 $(PYTEST) --cov=rflx --cov=tests/unit --cov-branch --cov-fail-under=97.02 --cov-report=term-missing:skip-covered tests/unit

test_apps:
$(MAKE) -C examples/apps/ping test_python
Expand Down

0 comments on commit 547cea7

Please sign in to comment.