Skip to content

Initial middleware code coverage workflow #2

Initial middleware code coverage workflow

Initial middleware code coverage workflow #2

Workflow file for this run

name: "Middleware coverage"
on:
push:
workflow_dispatch:
jobs:
coverage:
name: Run tests and generate coverage report

Check failure on line 9 in .github/workflows/coverage-mware.yml

View workflow run for this annotation

GitHub Actions / Middleware coverage

Invalid workflow file

The workflow is not valid. .github/workflows/coverage-mware.yml (Line: 9, Col: 5): Required property is missing: runs-on
steps:
- name: Checkout this repo
uses: actions/checkout@v3
- name: Build the middleware docker image
run: docker/mware/build
- name: Run coverage script
run: middleware/test-all-coverage
- name: "Upload coverage report"
uses: actions/upload-artifact@v3
with:
name: coverage_report
path: middleware/coverage