Skip to content

feat(mp4): add labl box for track labels in DASH-IF Ingest #418

feat(mp4): add labl box for track labels in DASH-IF Ingest

feat(mp4): add labl box for track labels in DASH-IF Ingest #418

Workflow file for this run

name: Coverage
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: stable
- name: Generate coverage
run: go test -coverpkg=./... -coverprofile=profile.cov ./...
- name: Upload coverage
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: profile.cov
github-token: ${{ secrets.GITHUB_TOKEN }}