Skip to content
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.

Add an option to disable zero coverage analyzer #2115

Merged
merged 3 commits into from
May 20, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update comment
  • Loading branch information
Bastien Abadie committed May 20, 2019
commit 991959022f3bd14c9a97434d22142e562f23a980
5 changes: 1 addition & 4 deletions src/staticanalysis/bot/tests/test_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -681,10 +681,7 @@ def test_no_tasks(mock_config, mock_revision, mock_workflow):

def test_zero_coverage_option(mock_config, mock_revision, mock_workflow):
'''
Test a normal remote workflow (aka Try mode)
- current task with analyzer deps
- an analyzer in failed status
- with some issues in its log
Test the zero coverage trigger on the workflow
'''
from static_analysis_bot.tasks.coverage import CoverageIssue

Expand Down