quality: Add testcases for table_mod, set_controller_id and resume message handlers

This commit is contained in:
Eishun Kondoh 2019-05-08 22:29:44 +09:00
parent 27cfce26b3
commit db8aa3561b
4 changed files with 40 additions and 14 deletions

11
coveralls.json Normal file
View file

@ -0,0 +1,11 @@
{
"skip_files": [
"lib/openflow/enums.ex"
],
"coverage_options": {
"output_dir": "cover/",
"template_path": "lib/templates/html/htmlcov/",
"minimum_coverage": 0
}
}