Skip to content

Check cdi.kubevirt.io/allowClaimAdoption on DataVolume rather than PVC #381

Check cdi.kubevirt.io/allowClaimAdoption on DataVolume rather than PVC

Check cdi.kubevirt.io/allowClaimAdoption on DataVolume rather than PVC #381

Workflow file for this run

on: ["push","pull_request"]
name: Test Coveralls
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: make test-coverage
run: |
make goveralls
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}