• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

supabase / supavisor
46%
main: 61%

Build:
Build:
LAST BUILD BRANCH: chore/bump-version-2.7.3
DEFAULT BRANCH: main
Repo Added 17 Dec 2024 03:43PM UTC
Files 68
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH change-caputre-verbisity-in-tests
branch: change-caputre-verbisity-in-tests
CHANGE BRANCH
x
Reset
  • change-caputre-verbisity-in-tests
  • add-instance_id-to-metrics-metadata
  • add-location_id-to-global-metadata
  • add-mix_audit
  • add-sobelow-security-report
  • bump-version
  • case-insensitive-names
  • chore/bump
  • chore/bump-poolboy
  • chore/bump-to-v2.6.0
  • chore/bump-version
  • chore/bump-version-2.6.2
  • chore/bump-version-2.7.3
  • chore/make-fixes
  • chore/remove-version-bump-check
  • chore/supa_poolboy
  • chore/tool-versions
  • chore/update-dependencies
  • chore/update-pg_query
  • cleanup-credo-issues
  • cleanup-metrics-gathering
  • cleanup-network-metrics-gathering
  • correctly-cleanup-metric-tables
  • create-separate-tenant-for-stats-test
  • da/fix-compromise
  • do-not-delete-metrics-in-syn_handler
  • do-not-fix-db-version-in-migrations
  • do-not-handle-errors-in-postgres-libcluster-strategy
  • do-not-have-time-limit-in-test
  • do-not-use-meck-when-testing-metrics-controller
  • do-not-verify-tls-cert
  • docs/envs-description
  • docs/typo-in-readme
  • etienne/sec-456-support-password-auth-in-pooler
  • etienne/sec-488-support-jit-access-in-supavisor
  • even-more-missing-verify_none-options
  • fail_fast-in-integration-tests
  • feat/add-cluster-metrics-plugin
  • feat/better-memory-metrics
  • feat/change-user-credentials
  • feat/configurable-retries
  • feat/health-check
  • feat/large_heap
  • feat/manually-written-appups
  • feat/metadb-ipv6
  • feat/postgres-errors-on-scram-errors
  • feat/prepared-statements-support
  • feat/promex-refresh-hot-reload
  • feat/proxy_ports
  • feat/ranch-instances
  • feat/ssl_req_macros
  • feat/telemetry-client-connection-age
  • feat/use-multicast-instead-of-cast-in-loop
  • fix-e2e-case-to-use-transaction-connections
  • fix/authn-retry
  • fix/backport-directory-check
  • fix/cancel
  • fix/config-logger
  • fix/config-regression
  • fix/correct-vault-enc-key
  • fix/create-schema-before-migrations
  • fix/data-race
  • fix/fork-promex-phoenix-plugin
  • fix/integration-test-tag
  • fix/logflare-backend-conformance
  • fix/logging
  • fix/logs-context
  • fix/redact
  • fix/stop-db-hadler-on-owner-death
  • fix/syn
  • fix/tests
  • fix/websocket-hanging
  • hauleth/pool-124-connect-coveralls-to-the-supavisor-ci
  • ignore-tasks-in-coverage
  • ignore-tests-support-in-coverage-report
  • ignore-tmp
  • infinity-retry
  • json-log-format
  • la/get_tenant_cache
  • la/get_user_cache
  • la/handle-db-auth-tests
  • la/pg_auth_methods
  • la/ssl-connection
  • la/tenant_controller_tests
  • la/tenants_context_tests
  • la/use-dbhandler-checkout
  • lower-log-level-when-removing-stopped-listener
  • main
  • ne/libclang
  • parallel-coverage-reporting
  • patch-1
  • plarson/fix-openapi-schema-required-fields
  • pooler-127
  • pooler-131-update-erlang-otp-to-27
  • pooler-132-update-elixir-to-1_18
  • pooler-138
  • postgres-switching
  • prepare-release
  • refactor/improve-statems
  • refactor/protocol-server-cleanup
  • refs/pull/575/merge
  • release-v2.4.15
  • remaining-peer-verification-setup-in-OTP-27
  • remove-commented-out-code
  • remove-duplicated-configuration-entry
  • remove-unused-module
  • rename-host-metadata-field-to-avoid-conflict
  • run-tests-on-main
  • security-token
  • submit-dependencies-to-github
  • tag-flaky-test
  • test/cascade-drop-schema-in-integration-tests
  • test/deno-bun
  • test/integration-test-for-stats-on-other-node
  • test/skip-flaky-bun-deno-test
  • typo-in-api-schema
  • unload-mecked-module
  • update-dependencies
  • update-erlang-and-elixir
  • update-mailmap
  • update-runner-image-for-version_updated
  • update-rustler
  • use-built-in-json-module
  • use-iodata-for-metrics
  • use-location_id-for-cluster-identification
  • use-proper-output-in-mix-tasks
  • use-sarif-output-for-credo-report
  • v2.7.0

03 Feb 2025 11:53AM UTC coverage: 46.128% (+0.1%) from 46.03%
d43fd2dd9015417d2c4fa0ab6f49cbb7b0c1bb23-PR-575

Pull #575

github

hauleth
test: allow changing verbosity in captured logs

This is useful in some development sessions, as by default the printed logs can
be quite lengthy, especially in integration tests. This change adds support for
using `TEST_LOGS` environment variable to set the captured verbosity to values
that make it easier to debug the output.
Pull Request #575: test: allow changing verbosity in captured logs

947 of 2053 relevant lines covered (46.13%)

662.08 hits per line

Relevant lines Covered
Build:
Build:
2053 RELEVANT LINES 947 COVERED LINES
662.08 HITS PER LINE
Source Files on change-caputre-verbisity-in-tests
  • Tree
  • List 59
  • Changed 31
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
d43fd2dd... change-caputre-verbisity-in-tests test: allow changing verbosity in captured logs This is useful in some development sessions, as by default the printed logs can be quite lengthy, especially in integration tests. This change adds support for using `TEST_LOGS` environment variable... Pull #575 03 Feb 2025 12:07PM UTC hauleth github
46.13
c74eda8a... change-caputre-verbisity-in-tests test: allow changing verbosity in captured logs This is useful in some development sessions, as by default the printed logs can be quite lengthy, especially in integration tests. This change adds support for using `TEST_LOGS` environment variable... Pull #575 30 Jan 2025 08:50PM UTC hauleth github
46.41
eaa19361... change-caputre-verbisity-in-tests test: allow changing verbosity in captured logs This is useful in some development sessions, as by default the printed logs can be quite lengthy, especially in integration tests. This change adds support for using `TEST_LOGS` environment variable... Pull #575 30 Jan 2025 12:06PM UTC hauleth github
46.36
ca6b27ea... change-caputre-verbisity-in-tests test: allow changing verbosity in captured logs This is useful in some development sessions, as by default the printed logs can be quite lengthy, especially in integration tests. This change adds support for using `TEST_LOGS` environment variable... Pull #575 29 Jan 2025 03:58PM UTC hauleth github
46.37
836b22ea... change-caputre-verbisity-in-tests test: allow changing verbosity in captured logs This is useful in some development sessions, as by default the printed logs can be quite lengthy, especially in integration tests. This change adds support for using `TEST_LOGS` environment variable... Pull #575 29 Jan 2025 11:04AM UTC hauleth github
46.52
5f7847a7... change-caputre-verbisity-in-tests test: allow changing verbosity in captured logs This is useful in some development sessions, as by default the printed logs can be quite lengthy, especially in integration tests. This change adds support for using `TEST_LOGS` environment variable... Pull #575 27 Jan 2025 11:13AM UTC hauleth github
46.47
See All Builds (512)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc