Skip to content

Removing unneeded sudo#336

Draft
iartemov-ledger wants to merge 1 commit into
developfrom
unneeded_sudo
Draft

Removing unneeded sudo#336
iartemov-ledger wants to merge 1 commit into
developfrom
unneeded_sudo

Conversation

@iartemov-ledger

Copy link
Copy Markdown
Contributor

No description provided.

@codecov-commenter

codecov-commenter commented Jun 17, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.69%. Comparing base (03afbde) to head (9120d83).
⚠️ Report is 190 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #336   +/-   ##
========================================
  Coverage    84.69%   84.69%           
========================================
  Files           17       17           
  Lines         2228     2228           
========================================
  Hits          1887     1887           
  Misses         341      341           
Flag Coverage Δ
unittests 84.69% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Comment thread tests/setup_script.sh
#!/bin/bash

sudo apt update -y && sudo apt install -y curl
apt update -y && sudo apt install -y curl

@Sjors Sjors Jul 30, 2025

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems strange that only the sudo for apt update isn't needed. At least on my desktop Ubuntu it is needed generally.

If you're root than of course none of the sudo's are needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants