Skip to content

Commit 401ca77

Browse files
committed
Fix coverage + add external test.
1 parent be8c8b1 commit 401ca77

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

config/external.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
utopia-project:
2+
url: https://github.com/socketry/utopia-project
3+
command: bundle exec sus

config/sus.rb

Lines changed: 9 additions & 0 deletions
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)