Skip to content

Commit

Permalink
Fix coverage + add external test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Oct 28, 2024
1 parent c362a52 commit dced358
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/external.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
lively:
url: https://github.com/socketry/lively
command: bundle exec sus
9 changes: 9 additions & 0 deletions config/sus.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2024, by Samuel Williams.

$LOAD_PATH << ::File.expand_path("../ext", __dir__)

require "covered/sus"
include Covered::Sus

0 comments on commit dced358

Please sign in to comment.