Skip to content
Triggered via push May 1, 2024 20:32
Status Success
Total duration 4m 28s
Artifacts

run-tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 warnings and 1 notice
Run Unit Tests
Tests Passed: 0 failed, 0 skipped, 11 total (2.242 seconds)
Run Unit Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run Unit Tests: Sources/MuxPlayerSwift/Fairplay/FairPlaySessionManager.swift#L55
string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Run Unit Tests: Sources/MuxPlayerSwift/Fairplay/FairPlaySessionManager.swift#L61
string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Run Unit Tests: Sources/MuxPlayerSwift/Fairplay/FairPlaySessionManager.swift#L110
string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Run Unit Tests: Sources/MuxPlayerSwift/Fairplay/FairPlaySessionManager.swift#L111
string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Run Unit Tests: Sources/MuxPlayerSwift/Fairplay/FairPlaySessionManager.swift#L124
string interpolation produces a debug description for an optional value; did you mean to make this explicit?
Run Unit Tests: Sources/MuxPlayerSwift/Fairplay/FairPlaySessionManager.swift#L173
left side of nil coalescing operator '??' has non-optional type 'String', so the right side is never used