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

Neptune-Crypto / neptune-core
74%

Build:
DEFAULT BRANCH: master
Repo Added 12 Mar 2025 10:27AM UTC
Files 240
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 master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 110-tests-random-phaseout
  • 471-mismatched-blocks-and-db
  • 551_single_job_queue_for_tests_pr
  • 570_normalize_mod_tests
  • 576_proving_capability_pr
  • 577_backup_dbs_before_migration_pr
  • 579_composing_cancelled_by_caller_pr
  • 586_transaction_details
  • 586_transaction_details_pr2
  • _684-ams-batch-remove
  • asz/110-follow-up
  • asz/533_revise-directory-structure
  • asz/568-resync-msmp
  • asz/681_improve-mempool-dashboard-screen
  • asz/710_filter-out-duplicate-uiutxos
  • asz/automate-adding-utxo-redemption-claims-to-premine
  • asz/build-public-announcements
  • asz/catch-changes-in-consensus-programs
  • asz/chunk-length-statistics
  • asz/freeze-and-set-tip
  • asz/onchain-composer-reward-notifications
  • asz/report-block-size
  • asz/report-foreign-block-proposal-guesser-fee
  • asz/test-larger-blocks
  • asz/track-rpc-response-time
  • asz/transparent-transactions
  • asz/update-docs-to-match-rebooted-network
  • bootstrap-flush-period
  • bootstrap-with-downloaded-blocks
  • ci-skip-flaky-ms-update-test
  • correct-persists
  • dump-db-feat
  • einar/dockerize
  • el/doc/rpc_doc_2
  • expose-error
  • faster-compilation-through-cargo-toml
  • find_output_origin_block
  • fix-ci-leveldb-build
  • fix-windows-ci
  • fix_ci_windows
  • graph_difficulty_pr
  • hard-fork-1
  • jfs/466_leave_bootstrap_in_peace_pr
  • jfs/523_repair_broken_build_pr
  • jfs/570_no_tests_in_cov
  • jfs/coverage
  • jfs/dist
  • jfs/ensure_pr
  • jfs/fix_ci_cov_pr
  • jfs/leave_bootstrap_in_peace_pr
  • jfs/lib_49
  • jfs/more_pedantic_clippy_pr
  • jfs/separate_upgrader
  • jfs/tarpaulin
  • jfs/tokio_interval_pr
  • jfs/v0.50.0
  • job_queue_ergonomics_pr
  • log_guessing_estimates_pr
  • peer_tests_automaton
  • public-fields
  • relay_block_proposal_while_composing
  • rpc-full-pow-puzzle-export
  • testnet_release_policy_pr
  • tests_shared_files
  • tests_shared_into_submodules
  • thv/471-mismatched-blocks-and-db
  • thv/allow-restricting-num-inputs
  • thv/benchmark-wallet-state-update
  • thv/build-big-tx
  • thv/death-to-zero-valued-aocl-leafs
  • thv/fix-dual-connection-race-condition
  • thv/fix-free-proof-upgrading-issue
  • thv/only-compose-with-synced-txs
  • thv/pow-integration-test
  • thv/preserve-merge-inputs-in-mempool
  • thv/proof-upgrade-filter
  • thv/remove-mempool-tx-cap
  • thv/restore-msmps-from-ams
  • thv/testnet_release_policy_pr
  • thv/wallet-msmps-from-ams
  • tx-details

27 Sep 2025 02:48PM UTC coverage: 73.669% (+0.05%) from 73.618%
18061235249

push

github

aszepieniec
small stylistic things
- let the explanation to be shown on the function in an IDE
- list it in column to grasp faster
- remove `let` which used just once so a reader would not seek where it used further

0 of 21 new or added lines in 1 file covered. (0.0%)

133 existing lines in 4 files now uncovered.

24878 of 33770 relevant lines covered (73.67%)

671793.32 hits per line

Relevant lines Covered
Build:
Build:
33770 RELEVANT LINES 24878 COVERED LINES
671793.32 HITS PER LINE
Source Files on master
  • Tree
  • List 240
  • Changed 9
  • Source Changed 2
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
18061235249 master small stylistic things - let the explanation to be shown on the function in an IDE - list it in column to grasp faster - remove `let` which used just once so a reader would not seek where it used further push 27 Sep 2025 03:50PM UTC aszepieniec github
73.67
18009904388 master devops: Faster compilation by lowering some `opt-level`s Also make use of incremental compilation in dev and test profiles. push 25 Sep 2025 02:57PM UTC Sword-Smith github
73.62
18009448670 master perf(archival_mutator_set): use batch-removal method to update archival mutator set Instead of looping over all removal records, and keeping each one up to date, while applying each removal record individually, we use the (newly fixed) `ArchivalM... push 25 Sep 2025 02:41PM UTC Sword-Smith github
73.61
17975943871 master fix: ensure block data written before db (#703) fixes #471 The issue was that block records were being written to DB before written to blkXX.dat files on disk, which resulted in mis-match when power is lost during a call to ArchivalState::store_... push 24 Sep 2025 01:16PM UTC web-flow github
73.63
17975592845 master Merge PR #702 Dashboard Improvements (Mempool + UTXOs) - Remove 2 columns from Mempool screen. - Shrink width of 2 other columns. - Add UTXOs screen. - Add RPC endpoint for UTXOs screen. - Enable mocking RPC server when the real thing is not... push 24 Sep 2025 12:45PM UTC web-flow github
73.61
17971556066 master feat: add generate_details back to RPC (#706) * Add details generator back push 24 Sep 2025 09:57AM UTC web-flow github
74.29
17951315970 master Revert "ci: Fix coverage workflow" No longer needed because bug was fixed in rustc, cf. https://github.com/rust-lang/rust/issues/141577 This closes #600. This reverts commit 1b9c15df5. push 23 Sep 2025 04:52PM UTC Sword-Smith github
74.35
17951251209 master ci: Skip flaky test with timeout For some reason, this test is flaky in a multithreaded environment. Have tried fiddling with the timeout time (currently at 15 seconds) but was unable to remove flakyness. And since I'm tired of these false negati... push 23 Sep 2025 04:33PM UTC Sword-Smith github
74.36
17948905848 master style: Delete a few redundant `From` implementations Instead rely on methods and field values where needed. push 23 Sep 2025 03:12PM UTC Sword-Smith github
74.52
17947753823 master chore: Make new rustc 1.90 linter happy push 23 Sep 2025 02:37PM UTC Sword-Smith github
74.48
See All Builds (367)
  • 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