Skip to content

Generate octocov custom metrics JSON from the output of `valgrind --tool=cachegrind`.

License

Notifications You must be signed in to change notification settings

k1LoW/octocov-cachegrind

Repository files navigation

octocov-cachegrind

CI Coverage Code to Test Ratio Test Execution Time

Generate octocov custom metrics JSON from the output of valgrind --tool=cachegrind.

Usage

$ cat cachegrind.out | octocov-cachegrind

Install

go install:

$ go install github.com/k1LoW/octocov-cachegrind/cmd/octocov-cachegrind@latest

deb:

$ export OCTOCOV_CACHEGRIND_VERSION=X.X.X
$ curl -o octocov-cachegrind.deb -L https://github.com/k1LoW/octocov-cachegrind/releases/download/v$OCTOCOV_CACHEGRIND_VERSION/octocov-cachegrind_$OCTOCOV_CACHEGRIND_VERSION-1_amd64.deb
$ dpkg -i octocov-cachegrind.deb

RPM:

$ export OCTOCOV_CACHEGRIND_VERSION=X.X.X
$ yum install https://github.com/k1LoW/octocov-cachegrind/releases/download/v$OCTOCOV_CACHEGRIND_VERSION/octocov-cachegrind_$OCTOCOV_CACHEGRIND_VERSION-1_amd64.rpm

apk:

$ export OCTOCOV_CACHEGRIND_VERSION=X.X.X
$ curl -o octocov-cachegrind.apk -L https://github.com/k1LoW/octocov-cachegrind/releases/download/v$OCTOCOV_CACHEGRIND_VERSION/octocov-cachegrind_$OCTOCOV_CACHEGRIND_VERSION-1_amd64.apk
$ apk add octocov-cachegrind.apk

homebrew tap:

$ brew install k1LoW/tap/octocov-cachegrind

manually:

Download binary from releases page

About

Generate octocov custom metrics JSON from the output of `valgrind --tool=cachegrind`.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 3

  •  
  •  
  •