mirror of
https://github.com/internetee/registry.git
synced 2025-08-21 08:44:29 +02:00
upload coverage to qlty
This commit is contained in:
parent
acf74afd3f
commit
4bf39fbf77
1 changed files with 9 additions and 4 deletions
13
.github/workflows/ruby.yml
vendored
13
.github/workflows/ruby.yml
vendored
|
@ -57,7 +57,12 @@ jobs:
|
|||
bundle exec rake db:setup:all
|
||||
bundle exec rails test test/*
|
||||
|
||||
# - name: Upload coverage to Qlty
|
||||
# env:
|
||||
# QLTY_TOKEN: ${{ secrets.QLTY_TOKEN }}
|
||||
# run: npx --yes @qlty/cli coverage --token "$QLTY_TOKEN" coverage/.resultset.json
|
||||
- uses: qltysh/qlty-action/coverage@v2
|
||||
with:
|
||||
oidc: true
|
||||
files: coverage/.resultset.json
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: coverage
|
||||
path: coverage/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue