Skip to content

Commit

Permalink
Env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoly-scherbakov committed Jan 7, 2024
1 parent 48e7bc0 commit 680e353
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jeeves.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ def ci():
cov='yaml_ld',
_piped=True,
_ok_code={0, 1},
_env=os.environ,
_env={
**os.environ,
'PYTEST_RUN_PATH': 'tests',
},
),
)

4 comments on commit 680e353

@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 53s ⏱️

@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 🔥 1m 59s ⏱️

Please sign in to comment.