Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksim Barsukou committed May 7, 2024
1 parent c958804 commit ad527be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
- run: make creport SHA=${{ github.sha }}

- run: pip install smokeshow
- run: ls
- run: ls htmlcov

- run: smokeshow upload htmlcov
env:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ctest:
.PHONY: creport
creport:
${COVERAGE_DOCKER_EXEC} \
${REPORT_COVERAGE_COMMAND} --show-contexts --title "Coverage for ${SHA}"
${REPORT_COVERAGE_COMMAND}


.PHONY: dcheck
Expand Down

0 comments on commit ad527be

Please sign in to comment.