We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43ec5ee commit 5a9e86eCopy full SHA for 5a9e86e
.github/workflows/test.yml
@@ -32,3 +32,18 @@ jobs:
32
bundler-cache: true
33
- name: Test
34
run: bundle exec rake
35
+
36
+ qlty:
37
+ runs-on: ubuntu-latest
38
+ steps:
39
+ - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
40
+ - uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244.0
41
+ with:
42
+ ruby-version: '3.2'
43
+ bundler-cache: true
44
+ - name: Test
45
+ run: bundle exec rake
46
+ - uses: qltysh/qlty-action/coverage@a19242102d17e497f437d7466aa01b528537e899 # v2.2.0
47
48
+ token: ${{secrets.QLTY_COVERAGE_TOKEN}}
49
+ files: ./coverage/coverage.json
0 commit comments