Skip to content

Add link flag to strip the Corteca CLI binary#36

Open
migrym wants to merge 1 commit into
nokia:mainfrom
migrym:strip-binary
Open

Add link flag to strip the Corteca CLI binary#36
migrym wants to merge 1 commit into
nokia:mainfrom
migrym:strip-binary

Conversation

@migrym

@migrym migrym commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Append '-s' to the options for the link go tool. This option will omit the symbol table, debug information, and implicitly the DWARF symbol table from the resulting binary.

Append '-s' to the options for the link go tool. This option will omit the
symbol table, debug information, and implicitly the DWARF symbol table from
the resulting binary.

Signed-off-by: Michael Grymporounis <michail.grymporounis@nokia.com>
@migrym

migrym commented Jul 10, 2026

Copy link
Copy Markdown
Contributor Author

This will make the binary smaller, please consider for merge.

@codecov

codecov Bot commented Jul 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 37.73%. Comparing base (890ad6c) to head (2f3c030).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #36   +/-   ##
=======================================
  Coverage   37.73%   37.73%           
=======================================
  Files          23       23           
  Lines        1569     1569           
=======================================
  Hits          592      592           
  Misses        917      917           
  Partials       60       60           
Flag Coverage Δ
unittests 37.73% <ø> (ø)

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

☔ View full report in Codecov by Harness.
📢 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.

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.

1 participant