Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve ci 6 sonar #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Improve ci 6 sonar #1

wants to merge 4 commits into from

Commits on Apr 14, 2021

  1. ci: Integrate SonarCloud

    This will give us details coverage and static and static code analysis
    attached to every PR.
    
    To enable the integration, take the following steps:
     - Log in to https://sonarcloud.io/ using your GitHub account
     - Visit https://sonarcloud.io/projects/create, add Wakaama (fairly
       self-explanatory)
     - Create a PR in your repository to verify the integration
    
    Signed-off-by: Reto Schneider <code@reto-schneider.ch>
    rettichschnidi committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    4f93f8e View commit details
    Browse the repository at this point in the history
  2. Remove superfluous semicolon

    Found by SonarCloud.
    
    Signed-off-by: Reto Schneider <code@reto-schneider.ch>
    rettichschnidi committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    3b4ffb7 View commit details
    Browse the repository at this point in the history
  3. Specify HTML document language

    SonarCloud has complained before.
    
    Signed-off-by: Reto Schneider <code@reto-schneider.ch>
    rettichschnidi committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    32a6b93 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. Remove dead code

    As found by SonarCloud.
    
    Signed-off-by: Reto Schneider <code@reto-schneider.ch>
    Signed-off-by: Leif Sandstrom <leif.sandstrom@husqvarnagroup.com>
    rettichschnidi authored and Leif Sandstrom committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    bfa976e View commit details
    Browse the repository at this point in the history