Skip to content

Code quality process TODO #35

@TechnikEmpire

Description

@TechnikEmpire

Document offline coverity build process:

  • Need build tools command prompt + cov-build in PATH
  • Travis-CI doesn't support this with .NET core presently
  • SonarQube analysis process (offline server, but need a way to export issues into Github tickets if possible)
  • Codacity (pretty sure this is automatic)
  • May be able to move coverity auto-build over to AppVeyor by issuing custom commands.
  • Command example:
    cov-build --dir cov-int msbuild /t:Rebuild /p:Configuration=Release /p:Platform="Any CPU" /p:AllowUnsafeBlocks="True"
  • For CitadelCore.Windows, need a SLN doesn't include the "Tests" program.
  • Need real unit tests.

Metadata

Metadata

Assignees

Labels

documentationIssue requires additions and or changes to documentation.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions