Skip to content

Commit

Permalink
Abrewe
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoGurgel committed Dec 3, 2023
1 parent 5937ab5 commit 5f93dc9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- develop
- release-sonar
- release-retroativo1
pull_request:
types: [opened, synchronize, reopened]
jobs:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,4 @@
],
"testEnvironment": "node"
}
}
}
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ sonar.javascript.lcov.reportPaths=coverage/unit/lcov.info

sonar.tests=src
sonar.test.inclusions=**/*.spec.ts
sonar.testExecutionReportPaths=reports/sonar-report.xml
sonar.testExecutionReportPaths=reports/sonar-report.xml

0 comments on commit 5f93dc9

Please sign in to comment.