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

Commit

Permalink
Added dynamic version
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Jun 17, 2024
1 parent dc32887 commit 3713a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ classifiers = [
]
name = "nomad-parser-wannier90"
description = "A NOMAD plugin for parsing Wannier90 files."
version = "0.1.0"
dynamic = ["version"]
readme = "README.md"
requires-python = ">=3.9"
authors = [
Expand Down

1 comment on commit 3713a75

@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.py4898283%79–133, 345–346, 386, 404, 443–444, 471, 486, 501, 543, 644–645, 704–708, 713–714, 716, 722–727, 733, 735–738, 742, 759–761, 763–764, 789–796, 800–801, 806, 830–831, 846–847, 851, 907–911, 916, 918, 929–930, 935, 982–986, 992
   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
TOTAL72013781% 

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

Please sign in to comment.