Skip to content

Commit dced358

Browse files
committed
Fix coverage + add external test.
1 parent c362a52 commit dced358

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Diff for: config/external.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
lively:
2+
url: https://github.com/socketry/lively
3+
command: bundle exec sus

Diff for: config/sus.rb

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# frozen_string_literal: true
2+
3+
# Released under the MIT License.
4+
# Copyright, 2024, by Samuel Williams.
5+
6+
$LOAD_PATH << ::File.expand_path("../ext", __dir__)
7+
8+
require "covered/sus"
9+
include Covered::Sus

0 commit comments

Comments
 (0)