Skip to content

Commit 176887d

Browse files
committed
merge ci workflows
1 parent f58b17d commit 176887d

File tree

2 files changed

+12
-15
lines changed

2 files changed

+12
-15
lines changed

.github/workflows/docker-ci.yml renamed to .github/workflows/ci.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: docker build
1+
name: CI
22

33
on:
44
push:
@@ -10,7 +10,18 @@ env:
1010
IMAGE_NAME: spyduck/cluster-api-provider-proxmox
1111

1212
jobs:
13+
# add public code coverage reports
14+
coverage:
15+
name: unit test coverage
16+
runs-on: ubuntu-latest
17+
steps:
18+
- uses: actions/checkout@master
19+
- run: "make unit-test-cover"
20+
- uses: codecov/codecov-action@v2
21+
22+
# build and push to docker.io
1323
build:
24+
name: docker build & push
1425
runs-on: ubuntu-latest
1526
steps:
1627
- name: Checkout repository

.github/workflows/cover.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)