Skip to content

Commit 017573e

Browse files
authored
Merge pull request #44 from infosiftr/codecov
Add back Codecov
2 parents 0dbb69e + 0c47227 commit 017573e

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)