Closed Den1552 closed 1 month ago
5 tests 5 :white_check_mark: 33s :stopwatch: 1 suites 0 :zzz: 1 files 0 :x:
Results for commit c478f8e1.
:recycle: This comment has been updated with latest results.
0 tests 0 :white_check_mark: 0s :stopwatch: 0 suites 0 :zzz: 0 files 0 :x:
Results for commit f0d9f926.
1 files 8 suites 13s :stopwatch: 53 tests 47 :white_check_mark: 0 :zzz: 6 :x: 54 runs 48 :white_check_mark: 0 :zzz: 6 :x:
For more details on these failures, see this check.
Results for commit c478f8e1.
:recycle: This comment has been updated with latest results.
1 files 9 suites 14s :stopwatch: 61 tests 54 :white_check_mark: 0 :zzz: 7 :x: 62 runs 55 :white_check_mark: 0 :zzz: 7 :x:
For more details on these failures, see this check.
Results for commit c478f8e1.
:recycle: This comment has been updated with latest results.
Attention: Patch coverage is 35.52632%
with 49 lines
in your changes missing coverage. Please review.
Please upload report for BASE (
clicast_server_release@dc844dd
). Learn more about missing BASE report.
Files with missing lines | Patch % | Lines |
---|---|---|
src-common/vcastServer.ts | 35.52% | 49 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
9 tests 9 :white_check_mark: 1m 59s :stopwatch: 1 suites 0 :zzz: 1 files 0 :x:
Results for commit c478f8e1.
2 files 2 suites 2m 34s :stopwatch: 8 tests 8 :white_check_mark: 0 :zzz: 0 :x: 10 runs 10 :white_check_mark: 0 :zzz: 0 :x:
Results for commit c478f8e1.
2 files 2 suites 2m 32s :stopwatch: 7 tests 7 :white_check_mark: 0 :zzz: 0 :x: 9 runs 9 :white_check_mark: 0 :zzz: 0 :x:
Results for commit c478f8e1.
2 files 2 suites 3m 56s :stopwatch: 12 tests 12 :white_check_mark: 0 :zzz: 0 :x: 14 runs 14 :white_check_mark: 0 :zzz: 0 :x:
Results for commit c478f8e1.
5 tests 5 :white_check_mark: 33s :stopwatch: 1 suites 0 :zzz: 1 files 0 :x:
Results for commit c478f8e1.
2 files 2 suites 3m 44s :stopwatch: 7 tests 7 :white_check_mark: 0 :zzz: 0 :x: 9 runs 9 :white_check_mark: 0 :zzz: 0 :x:
Results for commit c478f8e1.
2 files 2 suites 2m 33s :stopwatch: 8 tests 8 :white_check_mark: 0 :zzz: 0 :x: 10 runs 10 :white_check_mark: 0 :zzz: 0 :x:
Results for commit c478f8e1.
2 files 2 suites 7m 49s :stopwatch: 7 tests 7 :white_check_mark: 0 :zzz: 0 :x: 9 runs 9 :white_check_mark: 0 :zzz: 0 :x:
Results for commit c478f8e1.
2 files 2 suites 3m 45s :stopwatch: 12 tests 12 :white_check_mark: 0 :zzz: 0 :x: 14 runs 14 :white_check_mark: 0 :zzz: 0 :x:
Results for commit c478f8e1.
Failed conditions
E Security Rating on New Code (required ≥ A)
See analysis details on SonarCloud
Catch issues before they fail your Quality Gate with our IDE extension SonarLint
Summary
Previously, the client requests were sent using the fetch method with a GET request. This has now been updated to use axios.post.