Skip to content

Commit

Permalink
refactor: Update coverage report generation and deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
doziestar committed Jul 6, 2024
1 parent a6329f3 commit 78d96bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
name: coverage
- name: Generate coverage HTML and index
run: |
go tool cover -html=merged-coverage.txt -o coverage.html
go tool cover -html=coverage.txt -o coverage.html
echo '<!DOCTYPE html>
<html lang="en">
<head>
Expand Down

0 comments on commit 78d96bd

Please sign in to comment.