Skip to content

TclasenITVT/sonar-fsharp-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SonarQube F# Code Analyzer Plugin

The plugin enables analysis of F# within SonarQube.

Build status

Download latest snapshot from : https://ci.appveyor.com/project/jorgecosta/sonar-fsharp-plugin-wxq94/build/artifacts

Description / Features

  • Metrics: LOC, number of classes, number of methods
  • Code duplication detection
  • FSharpLint Support
  • Unit test metrics and Coverage
  • Runs under windows and Linux (mono)

Configuration

Installation

Download the plugin from CI and copy to extensions/plugins in your SonarQube server installation. Restart the server and review the F# quality profile before running.

General Configuration

sonar.fs.file.suffixes - files extensions to import

Coverage

Generate reports and feed using the following properties:

  • sonar.fs.ncover3.reportsPaths
  • sonar.fs.opencover.reportsPaths
  • sonar.fs.dotcover.reportsPaths
  • sonar.fs.vscoveragexml.reportsPaths

Test Reports

Generate reports and feed using the following properties:

  • sonar.fs.vstest.reportsPaths
  • sonar.fs.nunit.reportsPaths

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • F# 53.9%
  • Java 34.4%
  • C# 9.5%
  • HTML 2.1%
  • Other 0.1%