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

fix: combined coverage report #238

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

Commits on Oct 15, 2022

  1. Configuration menu
    Copy the full SHA
    dc3b890 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d2276d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95272c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. coverage: add new job to run after build

    Build job:
    - add upload artifact step after each test in the matrix.
    - update coveralls step to upload partial data.
    
    Converage job (new):
    - complete the coveralls in the coverage job.
    - add step to download all uploaded artifacts
    - add step to combine coverage data, create report and fail if not
      enough
    - add step to upload html report if coverage is not enough
    rudaporto committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    f3704f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

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

Commits on Oct 27, 2022

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