Skip to content

Commit

Permalink
fail steps for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rbudhrani committed Mar 18, 2024
1 parent 7ee576d commit add0070
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ env:
# minimum pylint code quality score (max. 10)
PYLINT_MIN_SCORE: "9.00"
# minimum code coverage (goal: 90%; max. 100%)
COVERAGE_MIN_PERC: "90"
COVERAGE_MIN_PERC: "100"
# maximum code complexity (goal: <= 30; unbounded)
COMPLEXITY_MAX_SCORE: "30"
COMPLEXITY_MAX_SCORE: "1"
# this should be a comma separated list
SOURCE_DIRS: "qmi/"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ env:
# minimum pylint code quality score (max. 10)
PYLINT_MIN_SCORE: "9.00"
# minimum code coverage (goal: 90%; max. 100%)
COVERAGE_MIN_PERC: "90"
COVERAGE_MIN_PERC: "100"
# maximum code complexity (goal: <= 30; unbounded)
COMPLEXITY_MAX_SCORE: "30"
COMPLEXITY_MAX_SCORE: "1"
# this should be a comma separated list
SOURCE_DIRS: "qmi/"
BADGES_DIR: ".github/badges"
Expand Down

0 comments on commit add0070

Please sign in to comment.