We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a42a66 commit fe063dbCopy full SHA for fe063db
.github/workflows/ci.yml
@@ -1,8 +1,6 @@
1
name: CI
2
3
-on:
4
- pull_request:
5
- branches: [master]
+on: [push]
6
7
jobs:
8
build:
sonar-project.properties
@@ -1,3 +1,6 @@
sonar.projectKey=Visual-Regression-Tracker_sdk-js
sonar.organization=visual-regression-tracker
+sonar.javascript.lcov.reportPaths=coverage/lcov.info
+sonar.sources=lib
+sonar.tests=lib
sonar.test.inclusions=**/*.spec.ts
0 commit comments