Skip to content

Auto-fill album for artist and track (closes #88) #148

Auto-fill album for artist and track (closes #88)

Auto-fill album for artist and track (closes #88) #148

Triggered via pull request September 15, 2024 22:42
Status Success
Total duration 4m 10s
Artifacts

test.yml

on: pull_request
Setup and quick checks
47s
Setup and quick checks
Unit tests
53s
Unit tests
End to End tests
3m 7s
End to End tests
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Setup and quick checks: src/App.tsx#L75
React Compiler has skipped optimizing this component because one or more React ESLint rules were disabled. React Compiler only works when your components follow all the rules of React, disabling them may result in unexpected or incorrect behavior
Setup and quick checks: src/components/AlertZone/AlertZone.tsx#L19
React Compiler has skipped optimizing this component because one or more React ESLint rules were disabled. React Compiler only works when your components follow all the rules of React, disabling them may result in unexpected or incorrect behavior
Setup and quick checks: src/components/ScrobbleList.tsx#L1
'useEffect' is defined but never used
Setup and quick checks: src/domains/error/ErrorPage.tsx#L21
Writing to a variable defined outside a component or hook is not allowed. Consider using an effect
Setup and quick checks: src/domains/lastfm/Callback.tsx#L67
React Compiler has skipped optimizing this component because one or more React ESLint rules were disabled. React Compiler only works when your components follow all the rules of React, disabling them may result in unexpected or incorrect behavior
Setup and quick checks: src/domains/scrobbleAlbum/ScrobbleAlbumTracklist.tsx#L118
React Compiler has skipped optimizing this component because one or more React ESLint rules were disabled. React Compiler only works when your components follow all the rules of React, disabling them may result in unexpected or incorrect behavior
Setup and quick checks: src/domains/scrobbleAlbum/ScrobbleAlbumTracklist.tsx#L134
React Compiler has skipped optimizing this component because one or more React ESLint rules were disabled. React Compiler only works when your components follow all the rules of React, disabling them may result in unexpected or incorrect behavior
Setup and quick checks: src/domains/scrobbleAlbum/partials/Tracklist.tsx#L1
'useCallback' is defined but never used
Setup and quick checks: src/domains/scrobbleAlbum/partials/Tracklist.tsx#L1
'ChangeEventHandler' is defined but never used
Setup and quick checks: src/domains/scrobbleSong/SongForm.tsx#L36
'AutoFillStatus' is defined but never used
Unit tests
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/