Latest version

Fastcov V1.03

Examples: fastcov-examples.tar.gz

Installation

fastcov is implemented in Golang programming language, executable binary files for most popular operating system are freely available.

Just download compressed executable file of your operating system, and uncompress it with tar -zxvf *.tar.gz command or other tools. And then:

  1. For Linux-like systems

    1. If you have root privilege simply copy it to /usr/local/bin:

      sudo cp fastcov /usr/local/bin/
      
    2. Or add the current directory of the executable file to environment variable PATH:

      echo export PATH=\"$(pwd)\":\$PATH >> ~/.bashrc
      source ~/.bashrc
      
  2. For windows, just copy fastcov.exe to C:\WINDOWS\system32.

Release notes