pion / mediadevices

Go implementation of the MediaDevices API.
https://pion.ly/
MIT License
521 stars 120 forks source link

Skip vaapi test on CI #447

Closed at-wat closed 1 year ago

at-wat commented 1 year ago

DRI device appears on GitHub Actions runner but unusable. (vainfo errors as well) Skip pkg/codec/vaapi on CI.

codecov[bot] commented 1 year ago

Codecov Report

Base: 47.81% // Head: 58.15% // Increases project coverage by +10.34% :tada:

Coverage data is based on head (da98384) compared to base (7335797). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #447 +/- ## =========================================== + Coverage 47.81% 58.15% +10.34% =========================================== Files 67 62 -5 Lines 4476 3680 -796 =========================================== Hits 2140 2140 + Misses 2209 1413 -796 Partials 127 127 ``` | [Impacted Files](https://codecov.io/gh/pion/mediadevices/pull/447?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion) | Coverage Δ | | |---|---|---| | [pkg/codec/vaapi/framerate.go](https://codecov.io/gh/pion/mediadevices/pull/447/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-cGtnL2NvZGVjL3ZhYXBpL2ZyYW1lcmF0ZS5nbw==) | | | | [pkg/codec/vaapi/params.go](https://codecov.io/gh/pion/mediadevices/pull/447/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-cGtnL2NvZGVjL3ZhYXBpL3BhcmFtcy5nbw==) | | | | [pkg/codec/vaapi/vp9.go](https://codecov.io/gh/pion/mediadevices/pull/447/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-cGtnL2NvZGVjL3ZhYXBpL3ZwOS5nbw==) | | | | [pkg/codec/vaapi/vaapi.go](https://codecov.io/gh/pion/mediadevices/pull/447/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-cGtnL2NvZGVjL3ZhYXBpL3ZhYXBpLmdv) | | | | [pkg/codec/vaapi/vp8.go](https://codecov.io/gh/pion/mediadevices/pull/447/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#diff-cGtnL2NvZGVjL3ZhYXBpL3ZwOC5nbw==) | | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.