Skip to content

fetch liked songs and metadata on init #56

fetch liked songs and metadata on init

fetch liked songs and metadata on init #56

Workflow file for this run

name: Code Coverage
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
jobs:
code-cov:
runs-on: ubuntu-latest
steps:
- name: Checkout and clone repo
uses: actions/[email protected]
- name: Install dependencies
run: npm install
- name: Run complete test suite
run: npm run test-cov
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}