Skip to content

Commit

Permalink
Pass env
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoly-scherbakov committed Jan 7, 2024
1 parent d983d3a commit f532df4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jeeves.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import os

from sh import git, pytest, tee


Expand All @@ -13,9 +15,9 @@ def ci():
_in=pytest(
'tests',
junitxml='tests/coverage/pytest.xml',
# cov_report=['', 'html:tests/coverage/html'],
cov='yaml_ld',
_piped=True,
_ok_code={0, 1},
_env=os.environ,
),
)

4 comments on commit f532df4

@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
yaml_ld
   __init__.py50100% 
   annotations.py50100% 
   compact.py2199 57%
   errors.py2611 96%
   expand.py220100% 
   loader.py210100% 
   models.py140100% 
   parse.py2911 97%
   rdf.py120100% 
   to_rdf.py90100% 
TOTAL1641193% 

Tests Skipped Failures Errors Time
850 1 💤 409 ❌ 0 🔥 1m 50s ⏱️

@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
yaml_ld
   __init__.py50100% 
   annotations.py50100% 
   compact.py2199 57%
   errors.py2611 96%
   expand.py220100% 
   loader.py210100% 
   models.py140100% 
   parse.py2911 97%
   rdf.py120100% 
   to_rdf.py90100% 
TOTAL1641193% 

Tests Skipped Failures Errors Time
850 1 💤 409 ❌ 0 🔥 1m 51s ⏱️

@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
yaml_ld
   __init__.py50100% 
   annotations.py50100% 
   compact.py2199 57%
   errors.py2611 96%
   expand.py220100% 
   loader.py210100% 
   models.py140100% 
   parse.py2911 97%
   rdf.py120100% 
   to_rdf.py90100% 
TOTAL1641193% 

Tests Skipped Failures Errors Time
850 1 💤 409 ❌ 0 🔥 2m 1s ⏱️

@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
yaml_ld
   __init__.py50100% 
   annotations.py50100% 
   compact.py2199 57%
   errors.py2611 96%
   expand.py220100% 
   loader.py210100% 
   models.py140100% 
   parse.py2911 97%
   rdf.py120100% 
   to_rdf.py90100% 
TOTAL1641193% 

Tests Skipped Failures Errors Time
850 1 💤 409 ❌ 0 🔥 1m 59s ⏱️

Please sign in to comment.