This commit is contained in:
Justin Hammond 2021-09-18 12:30:45 +08:00
commit b10cc9cb9e

View file

@ -17,5 +17,5 @@ jobs:
uses: actions/checkout@v1
- name: Run tests
run: go test -v -race -covermode=atomic -coverprofile=coverage.out
- name: Upload coverage to Codecov
- name: Upload coverage to Codecov
run: bash <(curl -s https://codecov.io/bash)