added token check

This commit is contained in:
mmeest 2025-08-05 13:37:06 +03:00
parent 5bd6babd19
commit acf74afd3f

View file

@ -57,7 +57,7 @@ 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 # - name: Upload coverage to Qlty
env: # env:
QLTY_TOKEN: ${{ secrets.QLTY_TOKEN }} # QLTY_TOKEN: ${{ secrets.QLTY_TOKEN }}
run: npx --yes @qlty/cli coverage --token "$QLTY_TOKEN" coverage/.resultset.json # run: npx --yes @qlty/cli coverage --token "$QLTY_TOKEN" coverage/.resultset.json