-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Exclude directories from coverage #13596
Conversation
Starting build on |
Build failed on ROOT-ubuntu2204/nortcxxmod. |
.github/workflows/test-coverage.yml
Outdated
# paths-ignore: | ||
# - 'doc/**' | ||
# - 'documentation/**' | ||
pull_request: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suppose we want to remove this again from this PR before we merge it?
.github/workflows/test-coverage.yml
Outdated
env: | ||
OVERRIDE: "coverage=On" | ||
FILE: .github/workflows/root-ci-config/buildconfig/fedora38.txt | ||
OVERRIDES: "coverage=On testing=On roottest=On" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should already be on without this change I hope?!
.github/workflows/test-coverage.yml
Outdated
@@ -143,4 +156,4 @@ jobs: | |||
files: /github/home/ROOT-CI/build/cobertura-cov.xml | |||
flags: unittests | |||
name: codecov-umbrella | |||
verbose: true | |||
verbose: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you re-add the final newline, please?
This PR needs to have its history rewritten - possible simply squashing all commits. |
Build failed on ROOT-ubuntu2004/python3. Errors:
|
Build failed on windows10/default. Errors:
|
Starting build on |
Build failed on ROOT-ubuntu2204/nortcxxmod. Errors:
|
Build failed on ROOT-ubuntu2004/python3. Errors:
|
Build failed on windows10/default. Errors:
|
Build failed on mac11/noimt. Errors:
|
Build failed on ROOT-performance-centos8-multicore/soversion. Errors:
|
Build failed on mac12arm/cxx20. Errors:
|
Starting build on |
Build failed on ROOT-ubuntu2204/nortcxxmod. |
Build failed on windows10/default. Errors:
|
Starting build on |
Build failed on ROOT-ubuntu2204/nortcxxmod. |
.github/workflows/test-coverage.yml
Outdated
@@ -144,3 +138,4 @@ jobs: | |||
flags: unittests | |||
name: codecov-umbrella | |||
verbose: true | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a missing newline here. Or maybe there's a newline but it's followed by spaces: please remove the spaces then.
The GitHub view of this PR must not say "no newline at the end of file"
.github/workflows/test-coverage.yml
Outdated
@@ -123,6 +115,8 @@ jobs: | |||
--repository ${{ github.server_url }}/${{ github.repository }} | |||
" | |||
|
|||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That change doesn't seem to be needed?
.github/workflows/test-coverage.yml
Outdated
# - 'master' | ||
# paths-ignore: | ||
# - 'doc/**' | ||
# - 'documentation/**' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it'd be nice to keep this comment block as a reminder.
""") | ||
|
||
if result != 0: | ||
die(result, "Failed to create test coverage") | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Stray change?
Starting build on |
Build failed on ROOT-ubuntu2204/nortcxxmod. |
Starting build on |
Build failed on ROOT-ubuntu2204/nortcxxmod. |
Starting build on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent!
Build failed on windows10/default. Errors:
|
Build failed on ROOT-ubuntu2204/nortcxxmod. Failing tests: |
Build failed on ROOT-ubuntu2004/python3. Errors:
|
Build failed on mac11/noimt. Errors:
|
Build failed on ROOT-performance-centos8-multicore/soversion. Errors:
|
Build failed on mac12arm/cxx20. Errors:
|
This Pull request:
Changes or fixes:
Checklist:
This PR fixes #