Skip to content

Commit b3040cc

Browse files
committed
workflows: Submit the coverage for merged PR from Fedora 41
The coverage for merged PRs should be obtained from the Fedora 41 run. Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
1 parent 798f251 commit b3040cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/submit-HEAD-coverage.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install testing-farm script
1515
run: pip3 -v install tft-cli
1616
- name: Run tests on Testing Farm
17-
run: testing-farm request --context distro=fedora-39 --arch x86_64 --compose Fedora-39 --plan '/e2e' -e UPLOAD_COVERAGE=1 2>&1 | tee tt_output
17+
run: testing-farm request --context distro=fedora-41 --arch x86_64 --compose Fedora-41 --plan '/e2e' -e UPLOAD_COVERAGE=1 2>&1 | tee tt_output
1818
env:
1919
TESTING_FARM_API_TOKEN: ${{ secrets.TESTING_FARM_API_TOKEN }}
2020
- name: Find PR Packit tests to finish and download e2e_coverage.txt and upstream_coverage.xml coverage files.

0 commit comments

Comments
 (0)