Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1053 +/- ##
=======================================
Coverage 70.34% 70.34%
=======================================
Files 247 247
Lines 10873 10873
=======================================
Hits 7649 7649
Misses 2547 2547
Partials 677 677
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Running Not sure how that is related to the changes from this PR. It does not happen on |
|
Works after yeeting |
I thought mise would keep the version of the binaries locally, instead of altering my entire system. Can we prevent mise from touching the entire system? |
|
It keeps the versions "locally" and appends the In I think the issue for this bug may be related to my local |
|
Yes, I think there is a wrong order in |
|
Adding this option to |
|
@apricote Can you confirm that 30cf16269613531dc2ba47e094a99b6bbed4138d fixes the issue for your setup? |
|
@phm07 and I took another look at this. Turns out it's Jetbrains Goland that adds the duplicate I was able to get this fixed by disabling |
|
Is there a plan on how to install tool that are not supported by mise? For example installing a |
mise doesn't need to explicitly support tools. For each installation method there are various backends. |
This PR introduces mise to manage and install tools for our dev environments and CI.
It cleans up our messy tool situation, where we previously had
/tools.go,/tools/go.modand some manually installed tools as well. It also replaces GitHub actions used for installing tools. Since the action is cached, installing Go + all needed tools only takes 3 seconds, where it before took 9 seconds just to install Go alone, which is another nice benefit.