You've already forked watchtower
mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-02 22:48:32 +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)
|