Skip to content

Conversation

@oalders
Copy link
Member

@oalders oalders commented May 3, 2025

This exists so that this mapping doesn't prevent "docker compose up"
from running:

web-server:
volumes:
- '/app/local'

The purpose of this is to prevent an existing ./local from being mapped
into the container, since there could well be a mismatch between the
locally installed perl used for ./local and the perl which is available
in the container.

This exists so that this mapping doesn't prevent "docker compose up"
from running:

  web-server:
    volumes:
      - '/app/local'

The purpose of this is to prevent an existing ./local from being mapped
into the container, since there could well be a mismatch between the
locally installed perl used for ./local and the perl which is available
in the container.
@codecov
Copy link

codecov bot commented May 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.56%. Comparing base (c397d8f) to head (5754676).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3334      +/-   ##
==========================================
+ Coverage   73.48%   73.56%   +0.08%     
==========================================
  Files          68       68              
  Lines        2387     2387              
  Branches      335      335              
==========================================
+ Hits         1754     1756       +2     
+ Misses        507      506       -1     
+ Partials      126      125       -1     

see 1 file with indirect coverage changes

🚀 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.

@oalders oalders merged commit afb9fa5 into master May 3, 2025
11 checks passed
@oalders oalders deleted the oalders/local branch May 3, 2025 09:15
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