Skip to content
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

Mock os.makedirs in launcher return codes (bugfix) #1562

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

Hook25
Copy link
Collaborator

@Hook25 Hook25 commented Oct 25, 2024

Description

Test fails on launchpad because it doesn't mock the stage. Stage tries to save the C3 URL and crashes on PermissionDenied. Also, very bad idea to create the directory while running tests!

Resolved issues

N/A

Documentation

N/A

Tests

N/A

Copy link

codecov bot commented Oct 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 48.00%. Comparing base (8f4bd2b) to head (0a46173).
Report is 93 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1562   +/-   ##
=======================================
  Coverage   48.00%   48.00%           
=======================================
  Files         371      371           
  Lines       39833    39833           
  Branches     6730     6730           
=======================================
  Hits        19121    19121           
  Misses      19994    19994           
  Partials      718      718           
Flag Coverage Δ
checkbox-ng 68.60% <ø> (ø)

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.

Copy link
Contributor

@boukeas boukeas left a comment

Choose a reason for hiding this comment

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

+1

@Hook25 Hook25 merged commit 4fdac58 into main Oct 25, 2024
48 checks passed
@Hook25 Hook25 deleted the hotfix_subcommands_tests branch October 25, 2024 10:31
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.

2 participants