Skip to content

Commit

Permalink
Fix pipeline adding editable mode
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Jun 17, 2024
1 parent 18ff47a commit bf64ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
pip install --upgrade pip
pip install uv
uv pip install '.[dev]' --index-url https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple --system
uv pip install -e '.[dev]' --index-url https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple --system
uv pip install coveralls --system
- name: mypy
run: |
Expand Down

1 comment on commit bf64ac9

@github-actions
Copy link

Choose a reason for hiding this comment

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

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/nomad_simulations/schema
   __init__.py8275%9–11
   atoms_state.py1871890%215–218, 242, 297–298, 366–367, 369, 551, 563–564, 625–629, 644–648, 655
   general.py72593%91, 155, 265–266, 276
   model_method.py2597471%155–158, 161–168, 259–260, 280, 301–320, 336–362, 365–382, 734, 745, 787–794, 840, 859, 939, 998, 1073, 1185
   model_system.py2571993%501–504, 552–559, 733–734, 959–963, 969–970, 978–979, 984, 1007
   numerical_settings.py2606276%160, 230, 232–233, 236–239, 243–244, 251–254, 263–266, 270–273, 275–278, 283–286, 292–295, 466–493, 568, 603–606, 630, 633, 678, 680–683, 687, 691, 738, 742–763, 818–819, 886, 895–897, 900
   outputs.py89693%201–204, 244–247, 272, 274
   physical_property.py90199%215
   variables.py62887%108, 131, 151–152, 155, 177, 200, 220
src/nomad_simulations/schema/properties
   band_gap.py48296%149–150
   band_structure.py1082081%237–269, 282, 289, 325–326, 329
   energies.py21290%50, 78
   fermi_surface.py12192%51
   hopping_matrix.py24292%68, 103
   permittivity.py45589%109–117
   spectral_profile.py25412352%67–70, 105–108, 209–314, 370–382, 407–410, 430, 435–438, 480–516, 540, 587–590, 606–607, 612–618
src/nomad_simulations/schema/utils
   utils.py661183%75–84, 93–94, 99, 102
TOTAL187036181% 

Tests Skipped Failures Errors Time
299 0 💤 0 ❌ 0 🔥 2.279s ⏱️

Please sign in to comment.