We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a49981 commit 6457801Copy full SHA for 6457801
.github/workflows/build.yml
@@ -1,5 +1,9 @@
1
name: CI
2
-on: [push]
+on:
3
+ push:
4
+ branches:
5
+ - 'main'
6
+ pull_request:
7
8
jobs:
9
license-headers:
@@ -25,6 +29,7 @@ jobs:
25
29
- name: Checkout sources
26
30
uses: actions/checkout@v2
27
31
with:
32
+ fetch-depth: 0
28
33
persist-credentials: false
34
35
- name: FixForNodeWarnings
sonar-project.properties
@@ -1,3 +1,4 @@
sonar.projectKey=gridsuite_commons-ui
sonar.organization=gridsuite
+sonar.projectBaseDir=src
sonar.javascript.lcov.reportPaths=./coverage/lcov.info
0 commit comments