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

Export file system facade to be used in tests #1285

Closed
wants to merge 2 commits into from

Conversation

uhafner
Copy link
Owner

@uhafner uhafner commented Jan 8, 2025

Otherwise we cannot write integration tests in the analysis-model project.

@uhafner uhafner added javascript Pull requests that update Node Javascript dependencies tests Enhancement of tests and removed javascript Pull requests that update Node Javascript dependencies labels Jan 8, 2025
Copy link

github-actions bot commented Jan 8, 2025

☀️   Quality Monitor

   🚦   Tests: 98% successful (✔️ 103 passed, 🙈 2 skipped)
   〰️   Line Coverage: 92% (61 missed lines)
   ➰   Branch Coverage: 91% (19 missed branches)
   PIT   Mutation Coverage: 80% (80 survived mutations)
   💪   Test Strength: 85% (58 survived mutations in tested code)
   CheckStyle   CheckStyle: No warnings
   PMD   PMD: No warnings
   SpotBugs   SpotBugs: No bugs
   🐛   Error Prone: No bugs
   🚫   Revapi: No warnings
   OWASP Dependency Check   OWASP Dependency Check: No vulnerabilities
   🌀   Cyclomatic Complexity: 376 (total)
   💭   Cognitive Complexity: 173 (total)
   📏   Lines of Code: 4043 (total)
   📝   Non Commenting Source Statements: 1257 (total)
   🔭   Access to foreign data: 88 (total)
   🔗   Class cohesion: 71.43% (maximum)
   📤   Fan out: 278 (total)
   📲   Number of accessors: 14 (total)
   ⚖️   Weight of a class: 100.00% (maximum)
   📐   Weighted method count: 375 (total)
   ➿   N-Path Complexity: 455 (total)


🚧   Error Messages

Quality Monitor Errors:
No matching report files found when using pattern ''! Configuration error for 'Revapi'?

Created by Quality Monitor v1.14.0 (#f3859fd). More details are shown in the GitHub Checks Result.

Copy link

github-actions bot commented Jan 8, 2025

☀️   Quality Monitor

   🚦   Tests: No test results available
   〰️   Line Coverage: 0% (0 missed lines)
   ➰   Branch Coverage: 0% (0 missed branches)
   PIT   Mutation Coverage: 0% (0 survived mutations)
   💪   Test Strength: 0% (0 survived mutations in tested code)
   CheckStyle   CheckStyle: No warnings
   PMD   PMD: No warnings
   SpotBugs   SpotBugs: No bugs
   🐛   Error Prone: No bugs
   🚫   Revapi: No warnings
   OWASP Dependency Check   OWASP Dependency Check: No vulnerabilities
   🌀   Cyclomatic Complexity: <n/a>
   💭   Cognitive Complexity: <n/a>
   📏   Lines of Code: <n/a>
   📝   Non Commenting Source Statements: <n/a>
   🔭   Access to foreign data: <n/a>
   🔗   Class cohesion: <n/a>
   📤   Fan out: <n/a>
   📲   Number of accessors: <n/a>
   ⚖️   Weight of a class: <n/a>
   📐   Weighted method count: <n/a>
   ➿   N-Path Complexity: <n/a>


🚧   Error Messages

Quality Monitor Errors:
No matching report files found when using pattern '**/target/*-reports/TEST*.xml'! Configuration error for 'Tests'?
No matching report files found when using pattern '**/target/site/jacoco/jacoco.xml'! Configuration error for 'Line Coverage'?
No matching report files found when using pattern '**/target/site/jacoco/jacoco.xml'! Configuration error for 'Branch Coverage'?
No matching report files found when using pattern '**/target/pit-reports/mutations.xml'! Configuration error for 'Mutation Coverage'?
No matching report files found when using pattern '**/target/pit-reports/mutations.xml'! Configuration error for 'Test Strength'?
No matching report files found when using pattern '**/target/**checkstyle-result.xml'! Configuration error for 'CheckStyle'?
No matching report files found when using pattern '**/target/pmd-*/pmd.xml'! Configuration error for 'PMD'?
No matching report files found when using pattern '**/target/spotbugsXml.xml'! Configuration error for 'SpotBugs'?
No matching report files found when using pattern ''! Configuration error for 'Revapi'?
No matching report files found when using pattern '**/target/dependency-check-report.json'! Configuration error for 'OWASP Dependency Check'?
No matching report files found when using pattern '**/metrics/pmd.xml'! Configuration error for 'Cyclomatic Complexity'?
No matching report files found when using pattern '**/metrics/pmd.xml'! Configuration error for 'Cognitive Complexity'?
No matching report files found when using pattern '**/metrics/pmd.xml'! Configuration error for 'Lines of Code'?
No matching report files found when using pattern '**/metrics/pmd.xml'! Configuration error for 'Non Commenting Source Statements'?
No matching report files found when using pattern '**/metrics/pmd.xml'! Configuration error for 'Access to foreign data'?
No matching report files found when using pattern '**/metrics/pmd.xml'! Configuration error for 'Class cohesion'?
No matching report files found when using pattern '**/metrics/pmd.xml'! Configuration error for 'Fan out'?
No matching report files found when using pattern '**/metrics/pmd.xml'! Configuration error for 'Number of accessors'?
No matching report files found when using pattern '**/metrics/pmd.xml'! Configuration error for 'Weight of a class'?
No matching report files found when using pattern '**/metrics/pmd.xml'! Configuration error for 'Weighted method count'?
  ... skipped logging of 1 additional errors ...

Created by Quality Monitor v1.14.0 (#f3859fd). More details are shown in the GitHub Checks Result.

@uhafner uhafner closed this Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Enhancement of tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant