-
-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check the folder content in new version of the agent on macos #797
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #797 +/- ##
==========================================
- Coverage 11.00% 10.96% -0.05%
==========================================
Files 55 55
Lines 4052 4068 +16
==========================================
Hits 446 446
- Misses 3551 3567 +16
Partials 55 55
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
test release: |
also set prerelease: true for the github release, so that we can perform tests
This reverts commit 61373da.
Please check if the PR fulfills these requirements
before creating one)
bug fix
when uninstalling an old version of the agent (e.g. 1.2.7) a folder in
~/Applications/ArduinoCreateAgent
could be left behind (empty, but existing), after uninstalling.This will trigger this error when running a new agent:
The check in the new agent is performed on the existence of the
ArduinoCreateAgent.app
subfolder.no
Partially fixes #795