We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52b94fb commit 2707e87Copy full SHA for 2707e87
.github/workflows/test-coverage-lint.yml
@@ -78,9 +78,6 @@ jobs:
78
- name: Run Unit-Testing and Coverage
79
run: |
80
make coverage
81
- - name: Run Build
82
- run: |
83
- make build
84
85
build:
86
needs: testing-coverage
pyproject.toml
@@ -84,6 +84,7 @@ command_line= "-m pytest -vvv"
include = [
"pyats_genie_command_parse/*"
]
87
+fail_under = 70
88
89
[tool.pylint]
90
max-line-length = 120
@@ -92,3 +93,4 @@ notes = [
92
93
"FIXME",
94
"XXX",
95
96
+fail-under = 9.9
0 commit comments