Skip to content

Commit

Permalink
fix: add folder src into test
Browse files Browse the repository at this point in the history
  • Loading branch information
ldiego73 committed Jun 15, 2020
1 parent 7a1ef36 commit 17f83d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,9 @@ yarn-error.log
# Cypress
cypress/screenshots/
cypress/videos/

# Sonar Scanner
.scannerwork

# Environment
.env.local
1 change: 1 addition & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
sonar.organization=ldiego73
sonar.projectKey=ldiego73.github.io
sonar.sources=src,cypress
sonar.tests=src
sonar.coverage.exclusions=**/__tests__/**/*,cypress/**/*
sonar.javascript.lcov.reportPaths=reports/coverage/lcov.info
sonar.testExecutionReportPaths=reports/test/result.xml
Expand Down

0 comments on commit 17f83d7

Please sign in to comment.