Skip to content

Commit

Permalink
Skipping datamodel/ modules for testing coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Feb 10, 2025
1 parent e33674b commit 4f2fe00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[run]
omit =
bam_masterdata/_version.py
*/__init__.py
*/__init__.py
bam_masterdata/datamodel/*.py

1 comment on commit 4f2fe00

@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
bam_masterdata
   logger.py80100% 
bam_masterdata/cli
   cli.py1157373 37%
   entities_to_excel.py5433 94%
   entities_to_json.py3655 86%
   entities_to_rdf.py753030 60%
   fill_masterdata.py195181181 7%
bam_masterdata/excel
   excel_to_entities.py191167167 13%
bam_masterdata/metadata
   definitions.py870100% 
   entities.py8844 95%
bam_masterdata/openbis
   get_entities.py534343 19%
   login.py633 50%
bam_masterdata/utils
   utils.py8399 89%
TOTAL99151848% 

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

Please sign in to comment.