mirror of
https://github.com/internetee/registry.git
synced 2025-08-21 00:34:33 +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 rake db:setup:all
|
||||||
bundle exec rails test test/*
|
bundle exec rails test test/*
|
||||||
|
|
||||||
# - name: Upload coverage to Qlty
|
- uses: qltysh/qlty-action/coverage@v2
|
||||||
# env:
|
with:
|
||||||
# QLTY_TOKEN: ${{ secrets.QLTY_TOKEN }}
|
oidc: true
|
||||||
# run: npx --yes @qlty/cli coverage --token "$QLTY_TOKEN" coverage/.resultset.json
|
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