center-for-threat-informed-defense / attack-workbench-rest-api

An application allowing users to explore, create, annotate, and share extensions of the MITRE ATT&CK® knowledge base. This repository contains the REST API service for storing, querying, and editing ATT&CK objects.
https://ctid.mitre-engenuity.org/
Apache License 2.0
40 stars 22 forks source link

Refactored mitigations service for improved structure and asynchronicity #318

Closed vsun757 closed 8 months ago

sonarcloud[bot] commented 11 months ago

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
6.7% 6.7% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

sonarcloud[bot] commented 9 months ago

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
13.8% 13.8% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

codecov[bot] commented 9 months ago

Codecov Report

Attention: 47 lines in your changes are missing coverage. Please review.

Comparison is base (404efbd) 68.64% compared to head (6d052aa) 68.80%. Report is 1 commits behind head on project-orion.

Files Patch % Lines
app/controllers/mitigations-controller.js 53.92% 47 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## project-orion #318 +/- ## ================================================= + Coverage 68.64% 68.80% +0.16% ================================================= Files 147 148 +1 Lines 15402 15039 -363 Branches 1829 1763 -66 ================================================= - Hits 10572 10347 -225 + Misses 4821 4683 -138 Partials 9 9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sonarcloud[bot] commented 8 months ago

Quality Gate Failed Quality Gate failed

Failed conditions

13.7% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud