Skip to content

Commit

Permalink
Update coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanoLusardi authored Aug 4, 2024
1 parent a3cd61c commit 8f4b787
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ jobs:
source .venv/bin/activate
python3 scripts/conan/setup.py ${{ matrix.build_type }} ${{ matrix.compiler }} ${{ matrix.compiler_version }} -d video_io video_io/tests
- name: Create Unit Tests data
run: |
sudo apt-get install -y ffmpeg
python3 scripts/tests/generate_test_data.py
- name: Run Code Coverage
run: |
source .venv/bin/activate
Expand Down

0 comments on commit 8f4b787

Please sign in to comment.