Skip to content

Conversation

@cadenmyers13
Copy link
Contributor

builds the following temp dir structure

temp0/
├── case1/
│   ├── docs/
│   │   └── examples/
│   │       └── empty_pack/
│   └── requirements/
│       └── packs/
│
├── case2/
│   ├── docs/
│   │   └── examples/
│   │       └── full_pack/
│   │           ├── ex1/
│   │           │   └── solution/
│   │           │       └── diffpy-cmi/
│   │           │           └── script1.py
│   │           └── ex2/
│   │               └── random/
│   │                   └── path/
│   │                       ├── script1.py
│   │                       └── script2.py
│   └── requirements/
│       └── packs/
│
├── case3/
│   ├── docs/
│   │   └── examples/
│   │       ├── packA/
│   │       │   ├── ex1/
│   │       │   │   └── script1.py
│   │       │   └── ex2/
│   │       │       └── solutions/
│   │       │           └── script2.py
│   │       └── packB/
│   │           └── ex3/
│   │               └── more/
│   │                   └── random/
│   │                       └── path/
│   │                           ├── script3.py
│   │                           └── script4.py
│   └── requirements/
│       └── packs/
│
├── case4/
│   ├── docs/
│   │   └── examples/        
│   └── requirements/
│       └── packs/
│
└── case5/
    ├── docs/
    │   └── examples/
    │       ├── packA/
    │       │   └── ex1/
    │       │       └── path1/
    │       │           └── script1.py
    │       └── packB/
    │           └── ex1/
    │               └── path2/
    │                   └── script2.py
    └── requirements/
        └── packs/

@codecov
Copy link

codecov bot commented Oct 10, 2025

Codecov Report

❌ Patch coverage is 4.34783% with 44 lines in your changes missing coverage. Please review.
✅ Project coverage is 79.37%. Comparing base (53318eb) to head (5ac0487).
⚠️ Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
tests/conftest.py 4.34% 44 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #54      +/-   ##
==========================================
- Coverage   82.16%   79.37%   -2.79%     
==========================================
  Files          12       12              
  Lines        1239     1285      +46     
==========================================
+ Hits         1018     1020       +2     
- Misses        221      265      +44     
Files with missing lines Coverage Δ
tests/conftest.py 27.39% <4.34%> (-39.27%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cadenmyers13
Copy link
Contributor Author

@sbillinge ready for review, ask expected, codecov fails

@sbillinge sbillinge merged commit c6f5fbf into diffpy:main Oct 10, 2025
3 of 5 checks passed
@sbillinge
Copy link
Contributor

very pretty! I merged.

@cadenmyers13 cadenmyers13 deleted the tmpdir-build branch October 10, 2025 14:25
@cadenmyers13
Copy link
Contributor Author

cadenmyers13 commented Oct 14, 2025

Updated file structure

temp/
├── cwd/
├── user_target/
├── case1/
│   ├── docs/
│   │   └── examples/
│   │       └── empty_pack/
│   └── requirements/
│       └── packs/
├── case2/
│   ├── docs/
│   │   └── examples/
│   │       └── full_pack/
│   │           ├── ex1/
│   │           │   └── solution/
│   │           │       └── diffpy-cmi/
│   │           │           └── script1.py
│   │           └── ex2/
│   │               └── random/
│   │                   └── path/
│   │                       ├── script1.py
│   │                       └── script2.py
│   └── requirements/
│       └── packs/
├── case3/
│   ├── docs/
│   │   └── examples/
│   │       ├── packA/
│   │       │   ├── ex1/
│   │       │   │   └── script1.py
│   │       │   └── ex2/
│   │       │       └── solutions/
│   │       │           └── script2.py
│   │       └── packB/
│   │           └── ex3/
│   │               └── more/
│   │                   └── random/
│   │                       └── path/
│   │                           ├── script3.py
│   │                           └── script4.py
│   └── requirements/
│       └── packs/
├── case4/
│   ├── docs/
│   │   └── examples/
│   └── requirements/
│       └── packs/
└── case5/
    ├── docs/
    │   └── examples/
    │       ├── packA/
    │       │   ├── ex1/
    │       │   │   └── path1/
    │       │   │       └── script1.py
    │       │   └── ex2/
    │       │       └── script3.py
    │       └── packB/
    │           ├── ex1/
    │           │   └── path2/
    │           │       └── script2.py
    │           ├── ex3/
    │           │  └── script4.py
    │           └── ex4/
    │               └── script5.py
    └── requirements/
        └── packs/

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