Fix GitHub Action badge (#1865)

Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2024-10-04 14:35:49 +03:00
committed by GitHub
parent ae77164eed
commit 858dad2a05
2 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
name: verify (license, test and scan)
name: Verify
on:
push:
@@ -33,12 +33,12 @@ jobs:
java-version: 17
cache: 'maven'
- name: Check license
- name: Check file license headers
run: mvn license:check --batch-mode
- name: Run Tests & javadoc
- name: Run tests & javadoc
run: mvn verify javadoc:javadoc --batch-mode
#
# - name: Scan
# - name: Scan (Sonar)
# if: ${{ BRANCH_NAME == 'master' }}
# run: mvn org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.branch.name=eclipse-master -Dsonar.login=$SONAR_ACCESS_TOKEN --batch-mode

View File

@@ -5,7 +5,7 @@
Eclipse [hawkBit](http://www.eclipse.org/hawkbit/index.html) is an domain independent back end solution for rolling out software updates to constrained edge devices as well as more powerful controllers and gateways connected to IP based networking infrastructure.
Build:
[![Build Status](https://github.com/eclipse-hawkbit/hawkbit/workflows/verify/badge.svg)](https://github.com/eclipse-hawkbit/hawkbit/actions/workflows/verify.yml)
[![Build Status](https://github.com/eclipse-hawkbit/hawkbit/actions/workflows/verify.yml/badge.svg?branch=master)](https://github.com/eclipse-hawkbit/hawkbit/actions/workflows/verify.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=org.eclipse.hawkbit%3Ahawkbit-parent&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=org.eclipse.hawkbit%3Ahawkbit-parent)
[![Maven Central](https://img.shields.io/maven-central/v/org.eclipse.hawkbit/hawkbit-parent?label=maven-central&color=blue)](https://search.maven.org/search?q=g:org.eclipse.hawkbit)
[![Lines of code](https://img.shields.io/badge/dynamic/xml.svg?label=Lines%20of%20code&url=https%3A%2F%2Fwww.openhub.net%2Fprojects%2Fhawkbit.xml%3Fapi_key%3D30bc3f3fad087c2c5a6a67a8071665ba0fbe3b6236ffbf71b7d20849f4a5e35a&query=%2Fresponse%2Fresult%2Fproject%2Fanalysis%2Ftotal_code_lines&colorB=lightgrey)](https://www.openhub.net/p/hawkbit)