radical-cybertools / radical.utils

Utility classes and tools for various radical projects
Other
8 stars 6 forks source link

avoid file collissions #392

Closed andre-merzky closed 11 months ago

andre-merzky commented 11 months ago

This is related to RP issue 3055 - the PR attempts to avoid similar file name collisions.

codecov[bot] commented 11 months ago

Codecov Report

Merging #392 (e5e7a6e) into devel (5ff85db) will increase coverage by 0.08%. The diff coverage is 73.33%.

@@            Coverage Diff             @@
##            devel     #392      +/-   ##
==========================================
+ Coverage   61.60%   61.69%   +0.08%     
==========================================
  Files          61       61              
  Lines        6832     6837       +5     
==========================================
+ Hits         4209     4218       +9     
+ Misses       2623     2619       -4     
Files Coverage Δ
src/radical/utils/config.py 79.36% <73.33%> (+4.15%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

andre-merzky commented 11 months ago

@mtitov - thanks for completing this!