We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8be39f3 commit 840f5dbCopy full SHA for 840f5db
1 file changed
.github/workflows/build.yml
@@ -21,6 +21,8 @@ jobs:
21
- uses: SonarSource/ci-github-actions/build-poetry@v1
22
with:
23
sonar-platform: none
24
+ artifactory-reader-role: public-reader
25
+ artifactory-deployer-role: public-deployer
26
deploy-pull-request: true
27
28
@@ -72,8 +74,6 @@ jobs:
72
74
script: |
73
75
poetry run pytest --cov-report=xml:coverage.xml --cov-config=pyproject.toml --cov=src --cov-branch tests
76
poetry run mypy src/ > mypy-report.txt || true
- artifactory-reader-role: public-reader
- artifactory-deployer-role: public-deployer
77
sonar-platform: next
78
79
qa:
0 commit comments