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 be206dc commit f318ff2Copy full SHA for f318ff2
.github/workflows/test.yml
@@ -35,3 +35,18 @@ jobs:
35
ruby-version: "3.2"
36
bundler-cache: true
37
- 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
51
+ token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
52
+ files: ./coverage/coverage.json
0 commit comments