Skip to content

Commit

Permalink
Merge pull request #126 from vtex-apps/feature/sonarcloud-coverage
Browse files Browse the repository at this point in the history
Feature/sonarcloud coverage
  • Loading branch information
Syed-Vtex authored Jul 7, 2022
2 parents 14d662a + 45decd7 commit 7d048a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qe-pull-request-target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
quality-engineering:
name: QE
uses: vtex-apps/usqa/.github/workflows/quality-engineering.yml@main
uses: vtex-apps/usqa/.github/workflows/quality-engineering.yml@v1.0.0
with:
danger: true
dangerRequireChangelog: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qe-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
quality-engineering:
name: QE
uses: vtex-apps/usqa/.github/workflows/quality-engineering.yml@main
uses: vtex-apps/usqa/.github/workflows/quality-engineering.yml@v1.0.0
with:
danger: true
dangerRequireChangelog: false
Expand Down
13 changes: 4 additions & 9 deletions .github/workflows/qe-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,20 @@ on:
branches:
- master
- main
- bugfix/*
- chore/*
- enhancement/*
- feature/*
- fix/*
- hotfix/*
- translation/*
- actions/*

jobs:
quality-engineering:
name: QE
uses: vtex-apps/usqa/.github/workflows/quality-engineering.yml@main
uses: vtex-apps/usqa/.github/workflows/quality-engineering.yml@v1.0.0
with:
nodeLint: true
nodeTest: true
reactTest: false
nodeSonar: true
nodeSonarProjectKey: vtex-apps_quickorder
nodeSonarOrganization: vtex-apps
cypress: false
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
sonarToken: ${{ secrets.SONAR_TOKEN }}
cypressJson: ${{ secrets.VTEX_QE }}

0 comments on commit 7d048a4

Please sign in to comment.