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 71b9a3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sonar-scan.yaml
Original file line number Diff line number Diff line change
@@ -35,11 +35,13 @@ jobs:
if: always()
steps:
- name: ci-sonarqube
uses: smartcontractkit/.github/actions/ci-sonarqube-ts@d1201dba8bf20febb6b72807ca4a0dab5b78bf9e # [email protected]
uses: smartcontractkit/.github/actions/ci-sonarqube-ts@b454ca58b72221fedc9cfcc212ea3ada86ff0635 # [email protected]
with:
test-report-workflow: "test.yaml"
test-report-artifact: "unit-tests-coverage"
junit-xml-report-paths: "junit.xml"
typescript-lcov-report-paths: "lcov.info"
lint-report-workflow: "lint.yaml"
lint-report-artifact: "eslint-report"
eslint-json-report-paths: "eslint-report.json"
include-lint: "true"

0 comments on commit 71b9a3e

Please sign in to comment.