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.
2 parents c3b5829 + b1aeab3 commit 961feb8Copy full SHA for 961feb8
.github/workflows/ruby.yml
@@ -57,7 +57,13 @@ jobs:
57
bundle exec rake db:setup:all
58
bundle exec rails test test/*
59
60
- # - name: Upload coverage to Qlty
61
- # env:
62
- # QLTY_TOKEN: ${{ secrets.QLTY_TOKEN }}
63
- # run: npx --yes @qlty/cli coverage --token "$QLTY_TOKEN" coverage/.resultset.json
+ - uses: qltysh/qlty-action/coverage@v2
+ if: github.event_name == 'push'
+ with:
+ token: ${{ secrets.QLTY_TOKEN }}
64
+ files: coverage/.resultset.json
65
+
66
+ - uses: actions/upload-artifact@v4
67
68
+ name: coverage
69
+ path: coverage/
0 commit comments