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

fktn-k / fkYAML
100%

Build:
DEFAULT BRANCH: develop
Repo Added 27 Aug 2023 07:34PM UTC
Files 32
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 develop
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • accept_%_as_first_scalar_character
  • add_builtin_to_node_impls
  • add_independent_enum_apis
  • add_more_gcc_clang_versions_for_ci
  • add_test_cases_for_454
  • add_test_cases_for_root_empty_collections
  • allow_key_sep_adjacent_to_flow_map_val
  • bugfix/405_fix_float_roundtrip_issue_in_serialization
  • bugfix/405_float_serialization_using_scientific_notation
  • bugfix/406_wrong_parse_result_from_single_scalar_document
  • bugfix/413_float_scalar_parsing
  • bugfix/428_stop_throw_exception_on_scalar_conv_error
  • bugfix/429_resolve_msvc_warning_c4800
  • bugfix/449_check_map_val_indicator_after_key
  • bugfix/449_detect_bad_indentation
  • bugfix/495_resolve_cast_related_warnings
  • clarify_type_restriction_of_getter_apis
  • compare_iterators_with_different_constness
  • detect_invalid_indent_given_in_block_scalar_header
  • develop
  • disable_deprecated_literal_operator_warning
  • embed_catch2_sources
  • emit_error_on_anchor_plus_alias
  • feature/14_support_clang_tidy_on_ci
  • feature/20_add_unit_test_for_iterator
  • feature/33_add_lexer_unit_tests
  • feature/35_deserialize_anchor_alias
  • feature/400_mappings_in_range_based_for_loops
  • feature/420_add_forward_declaration_header
  • feature/428_support_parsing_multiline_plain_scalars
  • feature/42_add_key_check_api_to_basicnode
  • feature/54_add_unit_tests_for_exception
  • feature/57_add_assert_checks
  • feature/5_implement_serialize_yaml_nodes
  • feature/61_support_yaml_version_directives
  • feature/62_add_tests_used_from_another_proj
  • feature/72_add_inline_namespace_for_versioning
  • feature/74_keep_mapping_insertion_order
  • feature/79_support_iwyu
  • feature/85_change_int_scalar_type_to_int64_t_only
  • fix_cmake_deprecation_warning
  • fix_comment_prefix_check
  • fix_convert_from_empty_tuple_to_node
  • fix_document_marker_detections
  • fix_documentation_build
  • fix_example_builds_and_typos
  • fix_for_format_coverage_workflows_to_work_on_prs
  • fix_infinite_loops_on_final_empty_block_scalar
  • fix_issue_487
  • fix_parse_empty_input
  • fix_parse_positive_infinity_with_plus
  • fix_parsing_input_with_beginning_newline
  • fix_shadowed_clang_tidy_warnings
  • fix_tag_uri_validation
  • get_value_or
  • ignore_detail_unreachable_func_in_coverage
  • improve_conversion_from_scalar_to_native_types
  • improve_handling_node_props_in_parse
  • improve_utf_encode_detection
  • inplace_getter_for_node_values
  • internal_numeric_scalar_conversions_in_from_node
  • main
  • optimize_lexer_impl
  • reduce_string_copy_in_parse
  • refactor_input_validation_normalization
  • refactor_lexical_analysis
  • refactor_node_attributes_management
  • refactor_node_class_impl
  • refine_benchmarking
  • relax_iterator_reqs_for_deserialize
  • release/0.0.0
  • release/v0.0.1
  • remove_header_line_for_doxygen
  • replace_value_ref_getters
  • revise_api_references
  • separate_scalar_parsing_from_lexical_analysis
  • support_forward_list_in_from_node
  • support_more_appleclang_versions
  • support_more_standard_types_in_from_node
  • support_reverse_iterations
  • too_many_spaces_before_block_scalar_content
  • update_ci_jobs_for_ubuntu24.04
  • update_copyright_year_and_project_directory_structure
  • use_likely_unlikely_if_available
  • use_msvc_lang_macro_with_msvc
  • use_unreachable_for_dead_code

21 Jul 2025 10:03AM UTC coverage: 100.0%. Remained the same
16414021738

push

github

web-flow
Resolve useless-cast & old-style-cast warnings (#499)

* resolved useless-cast & old-style-cast warnings from GCC compilers

* fixed apt repository update error

1382 of 1382 branches covered (100.0%)

Branch coverage included in aggregate %.

6 of 6 new or added lines in 1 file covered. (100.0%)

5101 of 5101 relevant lines covered (100.0%)

385.53 hits per line

Relevant lines Covered
Build:
Build:
5101 RELEVANT LINES 5101 COVERED LINES
385.53 HITS PER LINE
Source Files on develop
  • Tree
  • List 32
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
16414021738 develop Resolve useless-cast & old-style-cast warnings (#499) * resolved useless-cast & old-style-cast warnings from GCC compilers * fixed apt repository update error push 21 Jul 2025 10:05AM UTC web-flow github
100.0
16413633837 bugfix/495_resolve_cast_related_warnings Update CI workflows for windows (#500) * dropped windows-2019 runner, added windows-2025 runner * updated supported compilers list push 21 Jul 2025 09:47AM UTC web-flow github
100.0
16413148930 bugfix/495_resolve_cast_related_warnings Update CI workflows for windows (#500) * dropped windows-2019 runner, added windows-2025 runner * updated supported compilers list push 21 Jul 2025 09:23AM UTC web-flow github
100.0
16412844416 bugfix/495_resolve_cast_related_warnings Update CI workflows for windows (#500) * dropped windows-2019 runner, added windows-2025 runner * updated supported compilers list push 21 Jul 2025 09:08AM UTC web-flow github
100.0
16412126664 bugfix/495_resolve_cast_related_warnings Update CI workflows for windows (#500) * dropped windows-2019 runner, added windows-2025 runner * updated supported compilers list push 21 Jul 2025 08:35AM UTC web-flow github
100.0
16411801902 bugfix/495_resolve_cast_related_warnings Fix project compilation on GCC compilers (#497) push 21 Jul 2025 08:14AM UTC web-flow github
100.0
16411293247 bugfix/495_resolve_cast_related_warnings Fix project compilation on GCC compilers (#497) push 21 Jul 2025 07:46AM UTC web-flow github
100.0
15176258323 develop Fix project compilation on GCC compilers (#497) push 22 May 2025 01:50AM UTC web-flow github
100.0
15037762273 develop [bot] run clang-format & amalgamation push 15 May 2025 06:03AM UTC github-actions[bot] github
100.0
15037741112 develop Fix issue with separating comments using tab (#494) (#496) push 15 May 2025 06:02AM UTC web-flow github
100.0
See All Builds (850)
  • 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