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

fix(build): missing sonarcloud csharp coverage #92

Merged

try using sonar token on scanner end

dc3dc2d
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

fix(build): missing sonarcloud csharp coverage #92

try using sonar token on scanner end
dc3dc2d
Select commit
Loading
Failed to load commit list.
GitHub Actions / JS - Tests succeeded Sep 21, 2023 in 0s

9 passed, 0 failed and 0 skipped

Tests passed successfully

✔️ src/Serilog.Ui.Web/reports/jest-junit.xml

9 tests were completed in 9s with 9 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
assets/tests/auth/authentication-modal-interaction.spec.ts 2✔️ 7s
assets/tests/util.spec.ts 7✔️ 2s

✔️ assets/tests/auth/authentication-modal-interaction.spec.ts

interactions with the Auth JWT Modal
  ✔️ opens the modal
  ✔️ closes the modal clicking the X

✔️ assets/tests/util.spec.ts

log level backgrounds
  ✔️ returns Verbose color for log level: bg-success
  ✔️ returns Debug color for log level: bg-success
  ✔️ returns Error color for log level: bg-danger
  ✔️ returns Fatal color for log level: bg-danger
  ✔️ returns Information color for log level: bg-primary
  ✔️ returns Warning color for log level: bg-warning
  ✔️ returns default color for unrecognized enum case