Add back Codecov

Let's give them another chance 😇
This commit is contained in:
Tianon Gravi 2022-06-08 16:28:22 -07:00
parent 0dbb69eaa5
commit 0c47227968
1 changed files with 6 additions and 1 deletions

View File

@ -34,7 +34,12 @@ jobs:
- uses: actions/checkout@v2
- name: Go Test
run: |
docker build --pull --file Dockerfile.test .
docker build --pull --file Dockerfile.test --tag test .
docker run --rm test cat coverage.out > coverage.out
- name: Codecov
uses: codecov/codecov-action@v3
with:
files: coverage.out
dockerfile:
name: Test Dockerfile
runs-on: ubuntu-latest