File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ jobs:
27
27
restore-keys : |
28
28
${{ runner.os }}-build-${{ env.cache-name }}-
29
29
${{ runner.os }}-build-
30
- ${{ runner.os }}-
31
-
32
-
30
+ ${{ runner.os }}-
33
31
34
32
# Run tests with coverage
35
- - name : run tests
33
+ - name : Use Node.js 18.x
36
34
uses : actions/setup-node@v3
37
35
with :
38
36
node-version : 18.x
37
+
38
+ - name : run tests with coverage
39
39
run : |
40
40
npm ci
41
41
npm run test -- --coverage . --watchAll=false
45
45
uses : SonarSource/sonarcloud-github-action@master
46
46
env :
47
47
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
48
- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
48
+ SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change
1
+ [ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=devbcn.github.io&metric=alert_status )] ( https://sonarcloud.io/summary/new_code?id=devbcn.github.io )
2
+
1
3
![ ] ( src/assets/images/1500x500.jpeg )
2
4
3
- # Barcelona Developers Conference - DevBcn
5
+ # Barcelona Developers Conference - DevBcn
4
6
5
7
## Getting Started with Create React App
6
8
You can’t perform that action at this time.
0 commit comments