File tree Expand file tree Collapse file tree
contrib/runners/action_chain_runner/tests/unit Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ PIP_OPTIONS := $(ST2_PIP_OPTIONS)
4949
5050NOSE_OPTS := --rednose --immediate --with-parallel
5151NOSE_TIME := $(NOSE_TIME )
52- NOSE_COVERAGE_FLAGS := --with-coverage --cover-branches --cover-erase
52+ NOSE_COVERAGE_FLAGS := --attr '!coverage-issues' -- with-coverage --cover-branches --cover-erase
5353NOSE_COVERAGE_PACKAGES := --cover-package=$(COMPONENTS_TEST_COMMA )
5454
5555ifdef NOSE_TIME
Original file line number Diff line number Diff line change 1919import os
2020import tempfile
2121
22+ from nose .plugins .attrib import attr
23+
2224from st2common .bootstrap import actionsregistrar
2325from st2common .bootstrap import runnersregistrar
2426
7375USERNAME = 'stanley'
7476
7577
78+ @attr ('coverage-issues' )
7679@mock .patch .object (
7780 CUDPublisher ,
7881 'publish_update' ,
You can’t perform that action at this time.
0 commit comments