Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
abhaasgoyal committed Jul 11, 2024
1 parent 60d3851 commit 679729b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/benchcab/coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ def run(self) -> None:
before the building stage"""
raise OSError(msg)

Check warning on line 60 in src/benchcab/coverage.py

View check run for this annotation

Codecov / codecov/patch

src/benchcab/coverage.py#L60

Added line #L60 was not covered by tests

self.logger.info(f"Generating coverage report in {self.coverage_dir}")

# Load intel-compiler in case we run from CLI, otherwise assuming
# PBS jobscript loads
with chdir(self.coverage_dir), (
Expand Down

0 comments on commit 679729b

Please sign in to comment.