Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox tox-gh-actions pylint

- name: Run pylint
run: |
pylint helm_values_manager --output-format=text:pylint-report.txt,colorized
continue-on-error: true # Don't fail if pylint has warnings
pip install tox tox-gh-actions

- name: Test with tox
run: tox
Expand Down
2 changes: 0 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ sonar.organization=zipstack
sonar.sources=helm_values_manager
sonar.tests=tests
sonar.python.version=3.9,3.10,3.11,3.12
sonar.python.coverage.reportPaths=coverage.xml
sonar.coverage.exclusions=tests/**,setup.py

# Quality gate settings
sonar.qualitygate.wait=true

# Analysis settings
sonar.sourceEncoding=UTF-8
sonar.python.pylint.reportPaths=pylint-report.txt