mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-03-09 12:50:23 -05:00
5 lines
132 B
Text
5 lines
132 B
Text
![]() |
#!/bin/sh
|
||
|
# This script is a helper for the Hatch test coverage command
|
||
|
# It's called by `hatch test --cover`
|
||
|
|
||
|
coverage combine "$@"
|