upload coverage to qlty

This commit is contained in:
mmeest 2025-08-08 10:17:53 +03:00
parent acf74afd3f
commit 4bf39fbf77

View file

@ -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/