Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma67 committed Aug 20, 2023
1 parent 6a52100 commit ffbd181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
pip install -e .
pip install coverage
cat <<< "$SETTINGS_INI" > spotify_to_ytmusic/settings.ini
cat <<< "$SPOTIPY_CACHE" > .cache
cat <<< "$SPOTIPY_CACHE" > .cache/spotipy.cache
coverage run
coverage xml
- name: Upload coverage to Codecov
Expand Down

0 comments on commit ffbd181

Please sign in to comment.