Commit 32d3112
authored
[Enchancement] Removed dependency between "test" and "jacocoTestReport" (#2935)
As a part of discussions in #2861 there's been determined that CI
workflow in Github Actions is excluding a lot of unnecessary task.
@nibix created #2913 to address this problem. Most of the unneeded tasks
has been already removed in #2861. This PR removes last existing part.
@peternied's confirmed removal of dependency in his
[comment](#2913 (comment)).
This change removes the dependency between "_jacocoTestReport_" and
"_test_" tasks. Specifically the dependency that forces to start
"_test_" task always when "_jacocoTestReport_" is called. This allows us
to always generate coverage report in the end of every task run in "CI"
workflow without having to exclude "_test_" task in every single one of
them. Unfortunately this will break functionality to create code
coverage by starting only "_jacocoTestReport_" task. It looks like this
was not used widely and was certainly not used in any of Github Actions
Workflows. This will not break creating coverage reports in the end of
"_test_" task.
Signed-off-by: Pawel Gudel <pawel.gudel@eliatra.com>1 parent 847f911 commit 32d3112
2 files changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
401 | | - | |
402 | | - | |
403 | 401 | | |
404 | 402 | | |
405 | 403 | | |
| |||
0 commit comments