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

Code quality process TODO #35

Open
TechnikEmpire opened this issue Apr 21, 2018 · 0 comments
Open

Code quality process TODO #35

TechnikEmpire opened this issue Apr 21, 2018 · 0 comments
Assignees
Labels
documentation Issue requires additions and or changes to documentation.

Comments

@TechnikEmpire
Copy link
Owner

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Issue requires additions and or changes to documentation.
Projects
None yet
Development

No branches or pull requests

1 participant