mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-16 06:51:27 +00:00
Fix python ref in go's test-with-coverage.sh
This commit is contained in:
parent
99bea5cc45
commit
760fa27d4a
@ -4,4 +4,4 @@ set -e
|
||||
go test ./... -coverprofile=coverage/coverage.out
|
||||
go tool cover -html=coverage/coverage.out -o coverage/index.html
|
||||
echo "Starting web server to present the coverage report. Visit at http://localhost:8000. Press 'Ctrl' + 'C' to exit."
|
||||
python -m http.server 8000 --bind 127.0.0.1 --directory coverage 2>&1 | grep -v "GET /.* 200 -"
|
||||
python3 -m http.server 8000 --bind 127.0.0.1 --directory coverage 2>&1 | grep -v "GET /.* 200 -"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user