Skip to content

Commit 2707e87

Browse files
committed
removed extra build in testing steps
1 parent 52b94fb commit 2707e87

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test-coverage-lint.yml

-3
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ jobs:
7878
- name: Run Unit-Testing and Coverage
7979
run: |
8080
make coverage
81-
- name: Run Build
82-
run: |
83-
make build
8481
8582
build:
8683
needs: testing-coverage

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ command_line= "-m pytest -vvv"
8484
include = [
8585
"pyats_genie_command_parse/*"
8686
]
87+
fail_under = 70
8788

8889
[tool.pylint]
8990
max-line-length = 120
@@ -92,3 +93,4 @@ notes = [
9293
"FIXME",
9394
"XXX",
9495
]
96+
fail-under = 9.9

0 commit comments

Comments
 (0)