You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[skip-changelog] fix: CI should not rely on external resources / CI CodeCov upload workaround (#3036)
* fix: CI should not rely on external resources
> Retrokits-RK002:[email protected] 0 B / ? 0.00%
> Retrokits-RK002:[email protected] Server responded with: 403 Forbidden
> Error during install: Server responded with: 403 Forbidden
> ESC[90m<<< Run completed (err = exit status 1)ESC[0m
> core_test.go:832:
> Error Trace: /home/runner/work/arduino-cli/arduino-cli/internal/integrationtest/core/core_test.go:832
> Error: Received unexpected error:
> exit status 1
> Test: TestCoreListSortedResults
> --- FAIL: TestCoreListSortedResults (3.76s)
* Workaround for codevcov uploader bug
There is a bug in the codecov uploader that makes it fail when there are broken symlinks in the repository.
We must keep this workaround until the bug is fixed: codecov/codecov-action#1890
0 commit comments