Skip to content

Releases: terakoya76/commentcov

v0.0.9

23 Jun 03:07
6ca1e58
Compare
Choose a tag to compare

Changelog

  • 6ca1e58 Merge pull request #21 from commentcov/fix_report_output_to_csv
  • 8f60cea feat: make report output csv
  • 0cb4fb4 Merge pull request #20 from commentcov/dependabot/go_modules/github.com/spf13/cobra-1.5.0
  • b9359bc build(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0
  • afc37c3 Merge pull request #19 from commentcov/make_sure_kill_plugin_child_process
  • 044bbe1 fix: make sure killing plugin child processes by splitting the execute logic into different func

v0.0.8

16 Jun 07:04
9033662
Compare
Choose a tag to compare

Changelog

  • 9033662 Merge pull request #18 from commentcov/sorted_report_output
  • 95e4f6c feat: sort the report output

v0.0.7

15 Jun 01:42
4629ee9
Compare
Choose a tag to compare

Changelog

  • 4629ee9 Merge pull request #17 from commentcov/update_protodef_typo
  • 63e55b3 build: update the built output from the updated proto file

v0.0.6

13 Jun 14:41
ca4b7a9
Compare
Choose a tag to compare

Changelog

  • ca4b7a9 Merge pull request #16 from commentcov/fix_target_filelist_should_be_abs_path
  • 97754ff Merge pull request #15 from commentcov/perf_doublecheck_excludelist
  • 9459e42 fix: target file list should be abs-path
  • 9919741 perf: ensure that double-checking is done within the goroutine

v0.0.5

13 Jun 08:16
931d767
Compare
Choose a tag to compare

Changelog

  • 931d767 Merge pull request #14 from commentcov/refine_exlusion_logic
  • a5a771f fix: exclude files by abs path instead of rel path. And double-check after plugin outputs are aggregated, because Plugin output may include files in excludePaths.

v0.0.4

10 Jun 11:19
6ce7c98
Compare
Choose a tag to compare

Changelog

  • 6ce7c98 Merge pull request #13 from commentcov/update_proto_file
  • ec578ea build: rebuild protofiles from the updated submodule
  • 031ed6e Merge pull request #12 from commentcov/add_label_for_dependabot
  • a0347c6 ci: add label for dependabot
  • 4ae10e0 Merge pull request #2 from commentcov/dependabot/go_modules/google.golang.org/grpc-1.47.0
  • d77f557 Merge pull request #11 from commentcov/dependabot/go_modules/github.com/hashicorp/go-hclog-1.2.1
  • af37359 build(deps): bump github.com/hashicorp/go-hclog from 1.2.0 to 1.2.1
  • 40101ed build(deps): bump google.golang.org/grpc from 1.46.2 to 1.47.0
  • 069c0cb Merge pull request #3 from commentcov/dependabot/go_modules/github.com/spf13/viper-1.12.0
  • 4ed1cf4 Merge pull request #10 from commentcov/refine_doc
  • 3187545 docs: refine readme
  • ffeeefe build(deps): bump github.com/spf13/viper from 1.11.0 to 1.12.0

v0.0.3

06 Jun 13:53
2a40229
Compare
Choose a tag to compare

Changelog

  • 2a40229 Merge pull request #9 from commentcov/fix_mod_name
  • a2d62e7 fix: change module names as the repositories are transferred

v0.0.2

06 Jun 13:03
fa357b5
Compare
Choose a tag to compare

Changelog

  • fa357b5 Merge pull request #6 from terakoya76/export_proto_files_to_dedicated_repo
  • d029df0 refactor: split proto files to the dedicated repo
  • 357a4d6 Merge pull request #8 from terakoya76/fix_flaky_test
  • feddceb test: fix flaky due to unordered slice from map keys
  • 1fa3975 Merge pull request #7 from terakoya76/fix_typo
  • 8699283 style: fix typo
  • a2cc2f5 Merge pull request #4 from terakoya76/dependabot/go_modules/github.com/google/go-cmp-0.5.8
  • 88f7064 build(deps): bump github.com/google/go-cmp from 0.5.7 to 0.5.8

v0.0.1

05 Jun 09:54
9cb3110
Compare
Choose a tag to compare

Changelog

  • 9cb3110 Merge pull request #5 from terakoya76/publish_init_version
  • 3d8f4ec ci: add release workflow
  • 5202574 Merge pull request #1 from terakoya76/initial_impl
  • dae9fe6 feat: initial impl
  • f429a65 Initial commit