Skip to content

Commit 0c47227

Browse files
committed
Add back Codecov
Let's give them another chance 😇
1 parent 0dbb69e commit 0c47227

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,12 @@ jobs:
3434
- uses: actions/checkout@v2
3535
- name: Go Test
3636
run: |
37-
docker build --pull --file Dockerfile.test .
37+
docker build --pull --file Dockerfile.test --tag test .
38+
docker run --rm test cat coverage.out > coverage.out
39+
- name: Codecov
40+
uses: codecov/codecov-action@v3
41+
with:
42+
files: coverage.out
3843
dockerfile:
3944
name: Test Dockerfile
4045
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)