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

Trigger a PR to test workflow. #1

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

Commits on Nov 22, 2023

  1. Trigger a PR to test workflow.

    Signed-off-by: Gianfranco Berardi <[email protected]>
    gberardi-pillar committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    781fa07 View commit details
    Browse the repository at this point in the history
  2. Turn on unit tests.

    Signed-off-by: Gianfranco Berardi <[email protected]>
    gberardi-pillar committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    415f3fe View commit details
    Browse the repository at this point in the history
  3. Add gcovr action to workflow.

    Signed-off-by: Gianfranco Berardi <[email protected]>
    gberardi-pillar committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    93c2548 View commit details
    Browse the repository at this point in the history
  4. Move gcovr install to separate step.

    Signed-off-by: Gianfranco Berardi <[email protected]>
    gberardi-pillar committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    1e82aa7 View commit details
    Browse the repository at this point in the history
  5. Ensure gcovr is installed BEFORE compile.

    Signed-off-by: Gianfranco Berardi <[email protected]>
    gberardi-pillar committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    a3a1a2b View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Add gcovr temporarily to compile step.

    Signed-off-by: Gianfranco Berardi <[email protected]>
    gberardi-pillar committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    687a1af View commit details
    Browse the repository at this point in the history
  2. Add gcovr temporarily to correct build script.

    Signed-off-by: Gianfranco Berardi <[email protected]>
    gberardi-pillar committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    59aaba0 View commit details
    Browse the repository at this point in the history
  3. Add gcovr in temp build step.

    Signed-off-by: Gianfranco Berardi <[email protected]>
    gberardi-pillar committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    28ad814 View commit details
    Browse the repository at this point in the history
  4. Use the correct image name.

    Signed-off-by: Gianfranco Berardi <[email protected]>
    gberardi-pillar committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    b530e3c View commit details
    Browse the repository at this point in the history
  5. Use correct package manager.

    Signed-off-by: Gianfranco Berardi <[email protected]>
    gberardi-pillar committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    49e18a5 View commit details
    Browse the repository at this point in the history
  6. Add correct path to apk.

    Signed-off-by: Gianfranco Berardi <[email protected]>
    gberardi-pillar committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    89c4c43 View commit details
    Browse the repository at this point in the history
  7. Call apk from docker correctly.

    Signed-off-by: Gianfranco Berardi <[email protected]>
    gberardi-pillar committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    ec0dadf View commit details
    Browse the repository at this point in the history
  8. Fix typo.

    Signed-off-by: Gianfranco Berardi <[email protected]>
    gberardi-pillar committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    c1c7af9 View commit details
    Browse the repository at this point in the history
  9. Fix docker run command.

    Signed-off-by: Gianfranco Berardi <[email protected]>
    gberardi-pillar committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    70523b8 View commit details
    Browse the repository at this point in the history
  10. Correct docker run invocation.

    Signed-off-by: Gianfranco Berardi <[email protected]>
    gberardi-pillar committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    babffda View commit details
    Browse the repository at this point in the history
  11. Correct compile script.

    Signed-off-by: Gianfranco Berardi <[email protected]>
    gberardi-pillar committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    c4cce50 View commit details
    Browse the repository at this point in the history
  12. Add lcov, too.

    Signed-off-by: Gianfranco Berardi <[email protected]>
    gberardi-pillar committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    aa504ef View commit details
    Browse the repository at this point in the history
  13. Get lcov from testing repo.

    Signed-off-by: Gianfranco Berardi <[email protected]>
    gberardi-pillar committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    fe65c3a View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Add gtest-dev.

    Signed-off-by: Gianfranco Berardi <[email protected]>
    gberardi-pillar committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    f3e6125 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Turn off tests for now.

    Signed-off-by: Gianfranco Berardi <[email protected]>
    gberardi-pillar committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    0a03da0 View commit details
    Browse the repository at this point in the history
  2. Build and test two step.

    Signed-off-by: Gianfranco Berardi <[email protected]>
    gberardi-pillar committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    c644003 View commit details
    Browse the repository at this point in the history