Skip to content

Commit c364877

Browse files
committed
Change steps order to avoid disruptions.
1 parent 68f9d6e commit c364877

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/flow.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,10 @@ jobs:
550550
report_type: test_results
551551
files: logs/test-results.xml
552552
token: ${{ secrets.CODECOV_TOKEN }}
553+
- name: Upload coverage reports to Codecov
554+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
555+
with:
556+
token: ${{ secrets.CODECOV_TOKEN }}
553557
- name: Ingest tests results for analysis
554558
if: success() || failure()
555559
env:
@@ -585,8 +589,4 @@ jobs:
585589
exit 2
586590
fi
587591
echo "Number of ingested test results: $WRITTEN_ROWS"
588-
exit 0
589-
- name: Upload coverage reports to Codecov
590-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
591-
with:
592-
token: ${{ secrets.CODECOV_TOKEN }}
592+
exit 0

0 commit comments

Comments
 (0)