mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
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:
2
.github/workflows/unit-tests.yml
vendored
2
.github/workflows/unit-tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user