From 0f44a95fb0b68cb8c0bca55301401801a7129b2b Mon Sep 17 00:00:00 2001 From: Peter Leibiger Date: Thu, 4 Apr 2024 18:12:09 +0200 Subject: [PATCH 1/2] Some commit --- .github/workflows/tests.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2cc7c24e1..1ef9f871d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -94,14 +94,15 @@ jobs: - name: '[Coverage] Format & print test coverage' if: ${{ matrix.sdk == 'stable' }} run: melos run coverage:show - - name: '[Coverage] Coverage Report' + - name: '[Coverage] Create Report' uses: clearlyip/code-coverage-report-action@v4 id: code_coverage_report if: ${{ matrix.sdk == 'stable' && github.actor != 'dependabot[bot]'}} with: artifact_download_workflow_names: 'Verify packages abilities,coverage_baseline' filename: 'coverage/cobertura.xml' - - name: Upload coverage artifact + - name: '[Coverage] Upload' + if: ${{ matrix.sdk == 'stable' && github.actor != 'dependabot[bot]'}} uses: actions/upload-artifact@v4 with: name: code-coverage-results.md From 5921c17fa35913fe01ca006dcf76938259558b65 Mon Sep 17 00:00:00 2001 From: Peter Leibiger Date: Thu, 4 Apr 2024 19:05:59 +0200 Subject: [PATCH 2/2] estarde --- dio_test/lib/src/test/download_tests.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dio_test/lib/src/test/download_tests.dart b/dio_test/lib/src/test/download_tests.dart index 7584e7a3c..a14e17048 100644 --- a/dio_test/lib/src/test/download_tests.dart +++ b/dio_test/lib/src/test/download_tests.dart @@ -244,7 +244,7 @@ void downloadTests( test('receiveTimeout triggers if gaps are too big', () { expectLater( dio.download( - '/drip?delay=0&duration=6&numbytes=6', + '/drip?delay=0&duration=6&numbytes=3', p.join(tmp.path, 'download_timeout.md'), options: Options(receiveTimeout: Duration(seconds: 1)), ),