Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yf coverage unifier #891

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Commits on Dec 11, 2022

  1. New tool written.

    Normalize Coverage.
    needs basic and unit testing...
    yfarjoun committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    2645d8e View commit details
    Browse the repository at this point in the history
  2. braces

    yfarjoun committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    aaf18b7 View commit details
    Browse the repository at this point in the history
  3. -fixed a few things that prevented compilation.

    -cleaned up signature of functions
    -made the target specify the exact region of interest
    yfarjoun committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    b4dc937 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. - file streams are closed when done (output most importantly...)

    - passes snifftest.
    - needs tests.
    yfarjoun committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    e05a510 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9a45d7 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. WIP

    yfarjoun committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    1738b25 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. - moved to Seq rather than Set

    - removed requirement that reads are all on the same template
    - now looking at actual reads, not span of the two cannonical
    yfarjoun committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    18ed65b View commit details
    Browse the repository at this point in the history
  2. - randomize reads.

    yfarjoun committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    cb69b84 View commit details
    Browse the repository at this point in the history
  3. - logger

    yfarjoun committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    2dc21d1 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. - documentation (start)

    yfarjoun committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    c48213d View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. - cleaned up code.

    - added some tests
    - made slices work...
    yfarjoun committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    1ab215a View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2022

  1. - unit tests are pretty complete

    - need CLP test and we should be good to go....
    yfarjoun committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    694ddfa View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. - unit tests are pretty through

    - still need to test the CLP directly.
    yfarjoun committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    5f8bdd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c58668f View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Configuration menu
    Copy the full SHA
    204f76b View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

  1. - completed tests.

    - cleanup
    yfarjoun committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    7679e93 View commit details
    Browse the repository at this point in the history