Skip to content

Commit

Permalink
fix output coverage file name
Browse files Browse the repository at this point in the history
  • Loading branch information
joshraphael committed Aug 13, 2024
1 parent 79ec6fe commit c5c91ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
coverage.*
cover.*
vendor/
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
FILE_NAME="coverage"
FILE_NAME="cover"
OUT_FILE="$FILE_NAME.out"
OUT_HTML="$FILE_NAME.html"
OPEN_FILE="file://$DIR/../$OUT_HTML"
Expand Down

0 comments on commit c5c91ee

Please sign in to comment.