Skip to content

workflows: Separate upstream test suite from e2e coverage#1175

Merged
ansasaki merged 1 commit intokeylime:masterfrom
ansasaki:fix_coverage
Jan 9, 2026
Merged

workflows: Separate upstream test suite from e2e coverage#1175
ansasaki merged 1 commit intokeylime:masterfrom
ansasaki:fix_coverage

Conversation

@ansasaki
Copy link
Copy Markdown
Contributor

@ansasaki ansasaki commented Jan 8, 2026

The workflow that uploads the coverage would mix the coverages from upstream and end-to-end tests, making it not possible to see the coverage of each test suite separately.

This separates the reports by disabling the automatic coverage files search.

The previous timeout of 1:30h was also not sufficient for the test suite to finish. This increases the timeout for the workflow to run to 2h

EDIT: For reference, this is the codecov-action documentation: https://github.com/codecov/codecov-action/blob/main/action.yml

@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 57.18%. Comparing base (a223c5e) to head (146b736).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
Flag Coverage Δ
e2e-testsuite 37.44% <ø> (-19.75%) ⬇️
upstream-unit-tests 66.00% <ø> (+8.80%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 8 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@kkaarreell
Copy link
Copy Markdown
Contributor

kkaarreell commented Jan 9, 2026

I assume we need to do this for keylime project as well, right?

EDIT: Created keylime/keylime#1836

@kkaarreell
Copy link
Copy Markdown
Contributor

Hi @ansasaki , I have just realized, you should probably update .github/workflows/submit-HEAD-coverage.yaml as well.

The workflow that uploads the coverage would mix the coverages from
upstream and end-to-end tests, making it not possible to see the
coverage of each test suite separately.

This separates the reports by disabling the automatic coverage files
search.

The previous timeout of 1:30h was also not sufficient for the test suite
to finish. This increases the timeout for the workflow to run to 2h

Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
@ansasaki ansasaki merged commit a00a324 into keylime:master Jan 9, 2026
14 checks passed
@ansasaki ansasaki deleted the fix_coverage branch January 9, 2026 14:08
@ansasaki ansasaki mentioned this pull request Jan 28, 2026
34 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants