Skip to content

Commit

Permalink
Fix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Oct 31, 2024
1 parent da1bbcf commit 7548fb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import numpy as np
import pytest
from nomad.datamodel import EntryArchive

from nomad_parser_magres.parsers.parser import MagresParser

from . import logger
Expand Down

1 comment on commit 7548fb8

@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_magres
   __init__.py4250%3–4
   _version.py11282%5–6
src/nomad_parser_magres/parsers
   __init__.py8188%11
   parser.py2482432%7–9, 12–756
src/nomad_parser_magres/parsers/utils
   __init__.py110%19
   utils.py14140%1–32
src/nomad_parser_magres/schema_packages
   __init__.py8275%9–11
   ccpnc_metadata.py27270%1–124
   package.py1061060%1–402
   workflow.py12120%1–43
TOTAL4394107% 

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

Please sign in to comment.