Skip to content

Commit

Permalink
Merge pull request #10 from doziestar/feat/auth-test
Browse files Browse the repository at this point in the history
refactor: Update coverage report generation and deployment
  • Loading branch information
doziestar authored Jul 6, 2024
2 parents 999c1d6 + 78d96bd commit 325e3e5
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 325e3e5

Please sign in to comment.