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

Move the C coverage to the CodeCov GitHub Action #3947

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Aug 25, 2024

  1. Move the C coverage to the CodeCov GitHub Action

    Same as Last PR. Now I expect the Lua coverage to work and the C coverage. I did it in 2 PRs to make sure the delta works.
    
    I also added a `-j8` in the example test step because it is I/O bound and it has enough ram. This should speed-up the CI (maybe?).
    Elv13 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    525db87 View commit details
    Browse the repository at this point in the history
  2. Update main.yml

    Elv13 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    42d0980 View commit details
    Browse the repository at this point in the history
  3. Update main.yml

    Elv13 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    774fa0a View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Update main.yml

    Elv13 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    4a09c2c View commit details
    Browse the repository at this point in the history
  2. Update main.yml

    Elv13 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    59005ca View commit details
    Browse the repository at this point in the history
  3. Update main.yml

    Elv13 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    8ef35f5 View commit details
    Browse the repository at this point in the history