Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Taapat authored Aug 20, 2024
1 parent 629a7fa commit d981d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
sed -i 's/ != video_id/ != video_id or video_id in ("bWgPKTOMoSY", "9UMxZofMNbA")/g' src/YouTubeVideoUrl.py
- name: Test code with pytest
run: |
pytest -rx -v --cov=src --cov-report=xml --cov-report=html
YOUTUBE_PLUGIN_TOKEN=${{ secrets.YOUTUBE_PLUGIN_TOKEN }} pytest -rx -v --cov=src --cov-report=xml --cov-report=html
mv .coverage .coverage_${{ matrix.python-version }}
- name: Upload code coverage results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit d981d76

Please sign in to comment.