Make simplecov a source development dependency only (#1418)

Remove the need for downstream packaging to either require or patch
out simplecov from existing files by making it an optional development
dependency.
This commit is contained in:
Darragh Bailey
2021-12-03 12:50:02 +00:00
committed by GitHub
parent 27a541bba9
commit 380b3c2096
4 changed files with 36 additions and 29 deletions

View File

@@ -17,6 +17,8 @@ jobs:
test:
runs-on: ubuntu-latest
env:
VAGRANT_LIBVIRT_REQUIRE_SIMPLECOV: "true"
continue-on-error: ${{ matrix.allow_fail }}
strategy:
fail-fast: false