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

NFIBrokerage / spear
100%

Build:
DEFAULT BRANCH: main
Repo Added 12 Apr 2021 03:00PM UTC
Token OKIn8fV0h7WmC7Z7z6IIP1wYTxG6NEmLA regen
Build 307 Last
Files 30
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 main
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • 21.6.0-protos
  • 36-link-refactor
  • add_persistent_subscription_info_support
  • avoid-stream-position-read-resps
  • batch-append
  • batch-append-stream
  • bug/32-from-follows-link-in-projected-streams
  • bump-github-action-versions
  • ci-matrix
  • compat-ci
  • connection
  • docker-compose
  • dont-bomb-streams-meta-stream-with-acl
  • elixir-1-14-warnings
  • fix-append-raw-true-result
  • fix-ci
  • fix_expect_revision
  • fix_read_stream_typespec
  • fixes
  • gossip
  • gpb-refactor
  • improve-ci
  • inclusive-reads
  • keepalive
  • keepalive-impl
  • main
  • md-check-ci
  • md-handle_cast-http2-window-size
  • monitoring-stats
  • new-cert
  • operations-api
  • persistent
  • persistent-subscriptions-to-all
  • read-all-stream
  • read-only-mode
  • read-resp-stream-position-emits
  • refs/tags/v0.1.0
  • refs/tags/v0.1.1
  • refs/tags/v0.1.2
  • refs/tags/v0.1.3
  • refs/tags/v0.1.4
  • refs/tags/v0.10.0
  • refs/tags/v0.10.0-rc.1
  • refs/tags/v0.11.0
  • refs/tags/v0.2.0
  • refs/tags/v0.2.1
  • refs/tags/v0.3.0
  • refs/tags/v0.4.0
  • refs/tags/v0.5.0
  • refs/tags/v0.6.0
  • refs/tags/v0.6.1
  • refs/tags/v0.7.0
  • refs/tags/v0.8.0
  • refs/tags/v0.8.1
  • refs/tags/v0.9.0
  • refs/tags/v0.9.1
  • refs/tags/v1.0.0
  • refs/tags/v1.0.1
  • refs/tags/v1.0.2
  • refs/tags/v1.1.0
  • refs/tags/v1.2.0
  • refs/tags/v1.2.1
  • refs/tags/v1.3.0
  • refs/tags/v1.3.1
  • refs/tags/v1.4.0
  • release-v21.10.0
  • safe-mint
  • separate-gpb-records
  • short-circuit-stream-chunks
  • stop-nack-action
  • subscription-crashes
  • subscription-drops
  • subscription-references
  • test-ci
  • tls
  • update_event_store_protobufs_to_21.10.5
  • users-api
  • version-compatibility-in-testing

03 Aug 2024 11:46PM UTC coverage: 100.0%. Remained the same
dcedce977c80dc36d288f3229a8731050d7cfec4

push

github

the-mikedavis
CI: Replace docker-compose with 'docker compose'

docker-compose has been removed from the github actions runners.
`docker`'s compose command is the replacement.

740 of 740 relevant lines covered (100.0%)

125.88 hits per line

Relevant lines Covered
Build:
Build:
740 RELEVANT LINES 740 COVERED LINES
125.88 HITS PER LINE
Source Files on main
  • Tree
  • List 30
  • Changed 8
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
dcedce97... main CI: Replace docker-compose with 'docker compose' docker-compose has been removed from the github actions runners. `docker`'s compose command is the replacement. push 03 Aug 2024 11:47PM UTC the-mikedavis github
100.0
37b46bb6... main CI: Install docker-compose docker-compose doesn't appear to be included in the github actions runner images anymore so we need to install it manually. Ideally we would use the `services` key in github actions workflows but our tests depend on ev... push 03 Aug 2024 02:14PM UTC the-mikedavis github
100.0
de7ddb4e... test-ci Bump versions in CI push 09 May 2024 08:01PM UTC the-mikedavis github
100.0
eb8d5b68... main fix: `Spear.append/3` `raw?: true` raw return (#97) Issue #96 Passing a `raw?: true` option to `Spear.append/3` or `Spear.Client/append` continued to return `:ok` instead of `{:ok, AppendResp.t()}`. This contradicted the docs and the `Spea... push 09 May 2024 07:12PM UTC web-flow github
100.0
a291c791... fix-append-raw-true-result cleanup: use record helper for `append_batch/5` raw test Pull #97 09 May 2024 03:56PM UTC byu github
100.0
02e9ba39... fix-append-raw-true-result fix: `append/3` returns `{:ok, raw_resp}` for all `raw?: true` cases regardless of `:success` or `:wrong_expected_version` Also, cleans up the test cases to use `Streams.append_resp` pattern matching. Pull #97 07 May 2024 09:21PM UTC byu github
100.0
f2c5fb45... fix-append-raw-true-result fix append raw error (again) 1. fixes the unintentionally added extra nesting of `{:ok, {:ok, resp}}` Instead, when success and raw flag set, returns `{:ok, raw_response_pb}`. 2. Adds the extra raw response check so that `append/3` returns ... Pull #97 07 May 2024 08:40PM UTC byu github
100.0
a1038cc6... fix-append-raw-true-result fix: `Spear.append` raw?: returns full AppendResp Before, it was pulling out the "result", now we're returning the raw proto Pull #97 06 May 2024 05:39PM UTC byu github
100.0
f86a9385... fix-append-raw-true-result fix: spear_test mix format Fixes a `mix format --check-formatted` issue in `spear_test.exs` that was caught with Elixir 1.14, vs not catching in Elixir 1.16.2. Pull #97 06 May 2024 02:03PM UTC byu github
100.0
77dabbb5... fix-append-raw-true-result fix: `Spear.append/3` `raw?: true` raw return Issue #96 Passing a `raw?: true` option to `Spear.append/3` or `Spear.Client/append` continued to return `:ok` instead of `{:ok, AppendResp.t()}`. This contradicted the docs and the `Spear.append_ba... Pull #97 03 May 2024 01:40PM UTC byu github
100.0
See All Builds (144)
  • Settings
  • 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