Closed peterjokumsen closed 2 months ago
CI is running/has finished running commands for commit fd52968eea234b35618a33b4f7f2095506e8df76. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.
π See all runs for this CI Pipeline Execution
Sent with π from NxCloud.
Attention: Patch coverage is 50.00000%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 88.66%. Comparing base (
f91e45a
) to head (fd52968
). Report is 1 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
...arkdown-client/services/markdown-parser.service.ts | 50.00% | 0 Missing and 1 partial :warning: |
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
β ACTION | actionlint | 7 | 0 | 0.16s | |
β COPYPASTE | jscpd | yes | no | 1.88s | |
β EDITORCONFIG | editorconfig-checker | 426 | 0 | 1.45s | |
β JSON | jsonlint | 77 | 0 | 0.38s | |
β JSON | npm-package-json-lint | yes | no | 0.76s | |
β JSON | prettier | 77 | 0 | 3.41s | |
β JSON | v8r | 77 | 0 | 119.01s | |
β MARKDOWN | markdownlint | 22 | 0 | 1.04s | |
β MARKDOWN | markdown-link-check | 36 | 0 | 5.64s | |
β οΈ MARKDOWN | markdown-table-formatter | 36 | 1 | 0.46s | |
β REPOSITORY | checkov | yes | no | 42.49s | |
β REPOSITORY | gitleaks | yes | no | 1.86s | |
β REPOSITORY | git_diff | yes | no | 0.04s | |
β REPOSITORY | secretlint | yes | no | 1.77s | |
β REPOSITORY | trivy | yes | no | 19.95s | |
β REPOSITORY | trivy-sbom | yes | no | 2.89s | |
β REPOSITORY | trufflehog | yes | no | 38.82s | |
β SPELL | cspell | 428 | 0 | 6.98s | |
β XML | xmllint | 1 | 0 | 0.01s | |
β YAML | prettier | 14 | 0 | 2.4s | |
β YAML | v8r | 14 | 0 | 19.29s | |
β YAML | yamllint | 14 | 0 | 0.58s |
See detailed report in MegaLinter reports
Azure Static Web Apps: Your stage site is ready! Visit it here: https://purple-flower-05318b203-144.westeurope.5.azurestaticapps.net
URL | Performance | Accessibility | Best Practices | SEO | Report |
---|---|---|---|---|---|
/ | π 74 | π’ 95 | π’ 96 | π’ 88 | Report |
/about-me | π’ 96 | π’ 96 | π’ 96 | π’ 88 | Report |
/development-notes | π’ 96 | π’ 96 | π’ 96 | π’ 88 | Report |
/not/found | π’ 96 | π’ 95 | π’ 96 | π’ 88 | Report |
Summary
After attempting to use
PjMarkdownClient
, found that images with-
in filename are not correctly updated.Changes Made
Updated regular expression used to adjust paths for images.
Checklist