Skip to content

Commit

Permalink
Fixed: test paths in SonarCloud workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nicnocquee committed Oct 7, 2022
1 parent 78fc259 commit 155f71e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions postgres-monika.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
probes:
- id: 'postgres-01'
name: database health
description: ensure db health
interval: 10 # in seconds
postgres:
- host: 172.15.0.1
port: 5432
database: my-database
password: db-password
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sonar.projectName=Monitoring Berkala

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=src
sonar.tests=src/**/*.test.ts,test,prod_test
sonar.tests=test,prod_test

# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8

0 comments on commit 155f71e

Please sign in to comment.