Skip to content

v0.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jun 05:58
· 97 commits to main since this release
79a9ce0

Changelog

  • 79a9ce0 Merge pull request #3 from commentcov/fix_ci
  • ea036f2 ci: fix gh-action configs to work
  • ee0b3a9 Merge pull request #9 from commentcov/fix_name
  • 1e781a0 refactor: rename plugin struct
  • 35840e5 Merge pull request #8 from commentcov/bump_commentcov
  • d798110 build: bump commentcov
  • 163f3b5 Merge pull request #7 from commentcov/add_test_case_for_enum
  • fb14269 test: add test case for enum
  • 27d918b refactor: change the order of test cases
  • 32428ff Merge pull request #6 from commentcov/add_label_for_dependabot
  • f8f6364 ci: add label for dependabot
  • 775b731 Merge pull request #2 from commentcov/add_doc
  • 95fdea3 docs: refine readme
  • 435a637 Merge pull request #5 from commentcov/fix_mod_name
  • 61e8ac6 fix: change module names as the repositories are transferred
  • b67a5b1 Merge pull request #4 from terakoya76/add_code_comments
  • f6f9a40 test: add test cases for multi comments
  • 0d8c515 fix: not capture header comments of vars from the func return val
  • 13c2b84 docs: fix config file
  • cd80c57 Merge pull request #1 from terakoya76/initial_impl
  • 7cb7044 feat: impl plugin for go
  • 61e6328 Initial commit