BlueBrain / BluePyMM

Blue Brain Python Cell Model Management
https://bluepymm.readthedocs.io/en/latest/
Other
12 stars 9 forks source link

Fix py2 testing error due to PR #998 in nrn. #220

Closed AurelienJaquier closed 3 years ago

AurelienJaquier commented 3 years ago

Pathlib is needed during neuron installation since this PR: neuronsimulator/nrn#998

codecov[bot] commented 3 years ago

Codecov Report

Merging #220 (9725248) into master (c5bf7b3) will increase coverage by 0.45%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #220      +/-   ##
==========================================
+ Coverage   72.64%   73.10%   +0.45%     
==========================================
  Files          21       23       +2     
  Lines        1382     1409      +27     
==========================================
+ Hits         1004     1030      +26     
- Misses        378      379       +1     
Flag Coverage Δ
functional 73.10% <ø> (+0.45%) :arrow_up:
unit 60.68% <ø> (-0.54%) :arrow_down:

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

Impacted Files Coverage Δ
bluepymm/tools.py 98.76% <0.00%> (-0.05%) :arrow_down:
bluepymm/_version.py 0.00% <0.00%> (ø)
bluepymm/main.py 88.88% <0.00%> (ø)
bluepymm/__init__.py 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c5bf7b3...9725248. Read the comment docs.

wvangeit commented 3 years ago

Anybody knows why the GA tests are not running?

AurelienJaquier commented 3 years ago

@wvangeit apparently, GitHub Actions are automatically disabled after 60 days of inactivity in the project. I had to go to https://github.com/BlueBrain/BluePyMM/actions and click on reactivate the actions.

wvangeit commented 3 years ago

🤦 Thanks