Skip to content

Commit

Permalink
add artifact report run-id
Browse files Browse the repository at this point in the history
  • Loading branch information
manjunathb4461 committed Jul 2, 2024
1 parent 44199e1 commit dfb1575
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sonar-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@ jobs:
if: always()
steps:
- name: ci-sonarqube
uses: smartcontractkit/.github/actions/ci-sonarqube-ts@d1201dba8bf20febb6b72807ca4a0dab5b78bf9e # [email protected]
uses: smartcontractkit/.github/actions/ci-sonarqube-ts@42eea1ac52a16b8e2314779059b2370ba9d4cfcb # [email protected]
with:
test-report-artifact: "unit-tests-coverage"
junit-xml-report-paths: "junit.xml"
typescript-lcov-report-paths: "lcov.info"
lint-report-run-id: "lint.yaml"
lint-report-artifact: "eslint-report"
eslint-json-report-paths: "eslint-report.json"
include-lint: "true"
Expand Down

0 comments on commit dfb1575

Please sign in to comment.