mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-22 05:40:50 +02:00
6 lines
158 B
Bash
6 lines
158 B
Bash
![]() |
#!/usr/bin/env bash
|
||
|
|
||
|
go test -v -coverprofile coverage.out -covermode atomic ./...
|
||
|
|
||
|
# Requires CODECOV_TOKEN to be set
|
||
|
bash <(curl -s https://codecov.io/bash)
|