Skip to content

Commit f318ff2

Browse files
committed
Add qlty coverage action
1 parent be206dc commit f318ff2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/test.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,18 @@ jobs:
3535
ruby-version: "3.2"
3636
bundler-cache: true
3737
- run: bundle exec rubocop
38+
39+
qlty:
40+
runs-on: ubuntu-latest
41+
steps:
42+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
43+
- uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244.0
44+
with:
45+
ruby-version: '3.2'
46+
bundler-cache: true
47+
- name: Test
48+
run: bundle exec rspec
49+
- uses: qltysh/qlty-action/coverage@a19242102d17e497f437d7466aa01b528537e899 # v2.2.0
50+
with:
51+
token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
52+
files: ./coverage/coverage.json

0 commit comments

Comments
 (0)