Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
dqii committed Nov 8, 2024
1 parent 7b704ce commit 94f8863
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage/.resultset.json
flags: unittests
4 changes: 1 addition & 3 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
require 'simplecov'
SimpleCov.start do
add_filter '/test/'
end
SimpleCov.start

require "bundler/setup"
Bundler.require(:default)
Expand Down

0 comments on commit 94f8863

Please sign in to comment.