PackageTrack

Go modules · #2640 by repository stars

github.com/k1LoW/octocov

v0.75.12k1LoW/octocov

Release timeline

290 releases since 2021
20212026

Releases

  1. v0.24.1-0.20211022072938-6cb1c2813eb322 Oct 2021pre-release

    Nothing published for this version

  2. v0.24.1-0.20211022060540-507113957d0922 Oct 2021pre-release

    Nothing published for this version

  3. v0.24.1-0.20211021005941-fd98b2e1dedb21 Oct 2021pre-release

    Nothing published for this version

  4. v0.24.1-0.20211018222430-6079e61ecca018 Oct 2021pre-release

    Nothing published for this version

  5. v0.24.018 Oct 2021
    Release notes
    Open source →
  6. v0.23.4-0.20211018124811-98f2e82c320618 Oct 2021pre-release

    Nothing published for this version

  7. v0.23.4-0.20211017105222-df1b7f8f61a817 Oct 2021pre-release

    Nothing published for this version

  8. v0.23.317 Oct 2021
    Release notes
    • Fix Cloud Storage (gcs) client creation using default application credentials #88 (dragon3)
    Open source →
  9. v0.23.3-0.20211016113420-bca509f5d22d16 Oct 2021pre-release

    Nothing published for this version

  10. v0.23.215 Oct 2021
    Release notes
    Open source →
  11. v0.23.114 Oct 2021
    Release notes
    • If the prefix is ".", convert it to "". #86 (k1LoW)
    Open source →
  12. v0.23.014 Oct 2021
    Release notes
    • [BREAKING] Fix handle coverage file path #85 (k1LoW)
    • Fix handle filepath of cobertura #84 (k1LoW)
    Open source →
  13. v0.22.213 Oct 2021
    Release notes
    • Fix ls-files path detection #83 (k1LoW)
    Open source →
  14. v0.22.112 Oct 2021
    Release notes
    • Fix file path relativization process of coverage #82 (k1LoW)
    Open source →
  15. v0.22.012 Oct 2021
    Release notes
    • Fix markdown table when long branch name #81 (k1LoW)
    • Detect root path using env GITHUB_WORKSPACE #80 (k1LoW)
    Open source →
  16. v0.21.112 Oct 2021
    Release notes
    • Fix nil pointer dereference when no code coverage metrics #79 (k1LoW)
    Open source →
  17. v0.21.012 Oct 2021
    Release notes
    • Add Getting Started #78 (k1LoW)
    • [BREAKING] Fix config #77 (k1LoW)
    • Fix ls-files file detection #76 (k1LoW)
    • [BREAKING] Change each file path in the coverage report to be relative to git root #75 (k1LoW)
    Open source →
  18. v0.20.127 Sept 2021
    Release notes
    • Fix: panic: assignment to entry in nil map #74 (k1LoW)
    • If report.path:, save the full report data #73 (k1LoW)
    • Add report.path: to save the report local path. #72 (k1LoW)
    Open source →
  19. v0.20.022 Sept 2021
    Release notes
    • Comment report using diff #71 (k1LoW)
    • Output code metrics report to STDOUT when octocov command is executed. #70 (k1LoW)
    • Add octocov diff #69 (k1LoW)
    Open source →
  20. v0.19.017 Sept 2021
    Release notes
    • Fix title #68 (k1LoW)
    • Add code coverage report of changed files to comment on pull request. #67 (k1LoW)
    Open source →
  21. v0.18.115 Sept 2021
    Release notes
    Open source →
  22. v0.18.015 Sept 2021
    Release notes
    • Flush the block coverages from the report to handle Error 413 (Request Entity Too Large)!!1 error. #64 (k1LoW)
    • Add octocov ls-files #63 (k1LoW)
    • [BREAKING] Add octocov dump instead of --dump #62 (k1LoW)
    Open source →
  23. v0.17.213 Sept 2021
    Release notes
    • Fix paintLine when TypeStmt #61 (k1LoW)
    Open source →
  24. v0.17.113 Sept 2021
    Release notes
    Open source →
  25. v0.17.012 Sept 2021
    Release notes
    • Added octocov cat to check line-by-line coverage of source code. #58 (k1LoW)
    • Change TypeStatement to TypeStmt #57 (k1LoW)
    • Include coverage per block in the report #56 (k1LoW)
    • Use cobra default completion #55 (k1LoW)
    • Fix testdata dir #54 (k1LoW)
    • Use github.com/k1LoW/osfs #53 (k1LoW)
    Open source →
  26. v0.16.024 Aug 2021
    Release notes
    • Support OCTOCOV_ prefix environment variables #52 (k1LoW)
    Open source →
  27. v0.15.224 Aug 2021
    Release notes
    Open source →
  28. v0.15.124 Aug 2021
    Release notes
    Open source →
  29. v0.15.018 Aug 2021
    Release notes
    • Support GOOGLE_APPLICATION_CREDENTIALS_JSON #49 (k1LoW)
    • Add trivy-action #48 (k1LoW)
    Open source →
  30. v0.14.09 Aug 2021
    Release notes
    • Fix BigQuery query error #47 (k1LoW)
    • [BREAKING] Support multi datastores on central mode and change config format #46 (k1LoW)
    • [BREAKING] Support multi datastores and change config format. #45 (k1LoW)
    Open source →
  31. v0.13.07 Aug 2021
    Release notes
    Open source →
  32. v0.12.12 Jul 2021
    Release notes
    • Avoid incorrectly parsing other report formats. #34 (k1LoW)
    Open source →
  33. v0.12.02 Jul 2021
    Release notes
    • Support Cobertura XML format #33 (k1LoW)
    • Allow no code coverage report #32 (k1LoW)
    • Add comment.hideFooterLink section #31 (k1LoW)
    Open source →
  34. v0.11.013 Jun 2021
    Release notes
    • Update central mode report format #30 (k1LoW)
    • Add comment: for commenting report to pull request #29 (k1LoW)
    Open source →
  35. v0.10.02 Jun 2021
    Release notes
    • Support measure parallel/multi tests execution time #28 (k1LoW)
    Open source →
  36. v0.9.029 May 2021
    Release notes
    • Add push.if: section and central.push.if: section #27 (k1LoW)
    • Add push: for support self push badges #26 (k1LoW)
    Open source →
  37. v0.8.026 May 2021
    Release notes
    • Add testExecutionTime.acceptable: ( and fix typo ) #25 (k1LoW)
    Open source →
  38. v0.7.324 May 2021
    Release notes
    Open source →
  39. v0.7.224 May 2021
    Release notes
    Open source →
  40. v0.7.124 May 2021
    Release notes
    • Skip measuring test execution time when fail to detect test time #22 (k1LoW)
    • Add backoff logic to GetStepExecutionTimeByTime #21 (k1LoW)
    Open source →
  41. v0.7.023 May 2021
    Release notes
    • Support test execution time #20 (k1LoW)
    • Add gh.Gh and inject gh.Gh to datastore.Github #19 (k1LoW)
    • Support self git push in central mode #18 (k1LoW)
    • Fix option name #17 (k1LoW)
    Open source →
  42. v0.6.112 May 2021
    Release notes
    Open source →
  43. v0.6.012 May 2021
    Release notes
    • Fix pkg/badge field names #14 (k1LoW)
    • [BREAKING]Support code to test ratio #13 (k1LoW)
    Open source →
  44. v0.5.011 May 2021
    Release notes
    Open source →
  45. v0.4.010 May 2021
    Release notes
    • Support datastore.if: section #11 (k1LoW)
    Open source →
  46. v0.3.110 May 2021
    Release notes
    Open source →
  47. v0.3.07 May 2021
    Release notes
    • [BREAKING] Update coverage.badge #9 (k1LoW)
    Open source →
  48. v0.2.07 May 2021
    Release notes
    • Add central mode #8 (k1LoW)
    • Enable Clover parser #7 (k1LoW)
    • Fix lcov does not set file name #6 (k1LoW)
    • Change default report path #5 (k1LoW)
    • Fix default datastore.github.path: #4 (k1LoW)
    • Use k1LoW/octocov-action #3 (k1LoW)
    Open source →
  49. v0.1.14 May 2021
    Release notes
    • Resolve permission error when creating a directory. #2 (k1LoW)
    • Fix octocov completion interface #1 (k1LoW)
    Open source →
  50. v0.1.03 May 2021

    Nothing published for this version