Skip to content

feat: add GraphQL subscriptions and GraphiQL dev playground #34

feat: add GraphQL subscriptions and GraphiQL dev playground

feat: add GraphQL subscriptions and GraphiQL dev playground #34

Triggered via push February 14, 2026 10:33
Status Failure
Total duration 1m 7s
Artifacts

ci.yml

on: push
Integration Tests
Integration Tests
E2E Tests
E2E Tests
Fit to window
Zoom out
Zoom in

Annotations

12 errors
Code Quality
Process completed with exit code 1.
Security Audit
Process completed with exit code 1.
Unit Tests: test/sentinel_cp/services/internal_ca_context_test.exs#L212
test list_issued_certificates/1 returns certs ordered by serial number (SentinelCp.Services.InternalCaContextTest)
Unit Tests: test/sentinel_cp/services/internal_ca_context_test.exs#L59
test initialize_internal_ca/1 works with RSA-2048 (SentinelCp.Services.InternalCaContextTest)
Unit Tests: test/sentinel_cp/services/internal_ca_context_test.exs#L75
test get_internal_ca/1 returns CA when it exists (SentinelCp.Services.InternalCaContextTest)
Unit Tests: test/sentinel_cp/services/ca_crypto_test.exs#L113
test issue_client_certificate/5 issues certificate with RSA CA (SentinelCp.Services.CACryptoTest)
Unit Tests: test/sentinel_cp/services/ca_crypto_test.exs#L65
test issue_client_certificate/5 issues a certificate signed by the CA (SentinelCp.Services.CACryptoTest)
Unit Tests: test/sentinel_cp/services/ca_crypto_test.exs#L94
test issue_client_certificate/5 issues certificate with OU (SentinelCp.Services.CACryptoTest)
Unit Tests: test/sentinel_cp/services/ca_crypto_test.exs#L126
test generate_crl/3 generates a CRL with revoked entries (SentinelCp.Services.CACryptoTest)
Unit Tests: test/sentinel_cp/services/ca_crypto_test.exs#L140
test generate_crl/3 generates an empty CRL (SentinelCp.Services.CACryptoTest)
Unit Tests: test/sentinel_cp/services/ca_crypto_test.exs#L26
test generate_ca_certificate/3 generates a valid self-signed CA certificate with EC key (SentinelCp.Services.CACryptoTest)
Unit Tests: test/sentinel_cp/services/ca_crypto_test.exs#L51
test generate_ca_certificate/3 generates a valid CA certificate with RSA key (SentinelCp.Services.CACryptoTest)