Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Fix mypy action
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Jun 17, 2024
1 parent 5e76bc3 commit cd3fa07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uv pip install coveralls --system
- name: mypy
run: |
python -m mypy --ignore-missing-imports --follow-imports=silent --no-strict-optional src/nomad_parser_wannier90 tests
python -m mypy --ignore-missing-imports --follow-imports=silent --no-strict-optional src/nomad_parser_wannier90/parsers tests
- name: Build coverage file
run: |
pytest --junitxml=pytest.xml --cov-report=term-missing:skip-covered --cov=src tests | tee pytest-coverage.txt
Expand Down

1 comment on commit cd3fa07

@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_parser_wannier90/parsers
   __init__.py8275%9–11
   band_parser.py441175%39, 65–66, 76–77, 80–81, 93–94, 99–100
   dos_parser.py18194%33
   hr_parser.py47883%43, 61–62, 74–75, 109–111
   parser.py4868283%74–128, 337–338, 378, 396, 435–436, 463, 478, 493, 535, 636–637, 696–700, 705–706, 708, 714–719, 725, 727–730, 734, 751–753, 755–756, 781–788, 792–793, 798, 822–823, 838–839, 843, 899–903, 908, 910, 921–922, 927, 974–978, 984
   schema.py330%20–25
   win_parser.py962772%53, 110–116, 139–141, 143–144, 182, 191–193, 203–205, 226–229, 236, 238–239, 243, 260–264
src/nomad_parser_wannier90/parsers/utils
   utils.py14379%46–48
TOTAL71713781% 

Tests Skipped Failures Errors Time
2 0 💤 1 ❌ 0 🔥 16.179s ⏱️

Please sign in to comment.