reframe
reframe copied to clipboard
[feat] Add configurable options to generate CI
Closes #2162
Can I test this patch?
Codecov Report
Merging #2420 (1e7fdef) into master (fd59db9) will increase coverage by
0.00%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #2420 +/- ##
=======================================
Coverage 85.66% 85.67%
=======================================
Files 56 56
Lines 10466 10472 +6
=======================================
+ Hits 8966 8972 +6
Misses 1500 1500
Impacted Files | Coverage Δ | |
---|---|---|
reframe/frontend/ci.py | 92.68% <100.00%> (+1.25%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update fd59db9...1e7fdef. Read the comment docs.
@mahendrapaipuri I was thinking to close this PR since it's inactive for a while. Feel free to reopen it whenever you want!
Hello @vkarak, really sorry for this outstanding PR. Been really busy with other projects. But I am going to write regression tests for our HPC platform using ReFrame and so I will come back to it soon. I hope to have this PR ready before the end of this year.
That sounds great! I am opening it again then!
Codecov Report
Base: 85.66% // Head: 86.27% // Increases project coverage by +0.60%
:tada:
Coverage data is based on head (
1e7fdef
) compared to base (fd59db9
). Patch coverage: 100.00% of modified lines in pull request are covered.
Additional details and impacted files
@@ Coverage Diff @@
## master #2420 +/- ##
==========================================
+ Coverage 85.66% 86.27% +0.60%
==========================================
Files 56 60 +4
Lines 10466 10991 +525
==========================================
+ Hits 8966 9482 +516
- Misses 1500 1509 +9
Impacted Files | Coverage Δ | |
---|---|---|
reframe/frontend/ci.py | 92.85% <100.00%> (+1.42%) |
:arrow_up: |
reframe/core/schedulers/pbs.py | 46.05% <0.00%> (-1.57%) |
:arrow_down: |
reframe/utility/versioning.py | 95.23% <0.00%> (-1.54%) |
:arrow_down: |
reframe/frontend/filters.py | 98.61% <0.00%> (-1.39%) |
:arrow_down: |
reframe/core/logging.py | 77.01% <0.00%> (-0.82%) |
:arrow_down: |
reframe/core/environments.py | 96.39% <0.00%> (-0.80%) |
:arrow_down: |
reframe/core/fixtures.py | 99.22% <0.00%> (-0.78%) |
:arrow_down: |
reframe/core/schedulers/local.py | 92.62% <0.00%> (-0.66%) |
:arrow_down: |
reframe/core/buildsystems.py | 96.13% <0.00%> (-0.10%) |
:arrow_down: |
reframe/core/schedulers/__init__.py | 98.29% <0.00%> (-0.08%) |
:arrow_down: |
... and 30 more |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Codecov Report
Base: 86.61% // Head: 86.61% // Increases project coverage by +0.00%
:tada:
Coverage data is based on head (
aa1cbf3
) compared to base (d211f20
). Patch coverage: 100.00% of modified lines in pull request are covered.
Additional details and impacted files
@@ Coverage Diff @@
## master #2420 +/- ##
=======================================
Coverage 86.61% 86.61%
=======================================
Files 60 60
Lines 11196 11202 +6
=======================================
+ Hits 9697 9703 +6
Misses 1499 1499
Impacted Files | Coverage Δ | |
---|---|---|
reframe/frontend/ci.py | 95.00% <100.00%> (+0.88%) |
:arrow_up: |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.