File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4949 - run : bun run test --coverage-reporter=lcov --coverage-reporter=text
5050 - name : Report coverage
5151 if : ${{ matrix.platform == 'ubuntu-latest' && github.repository_owner == 'maxmilton' }}
52- uses : qltysh/qlty-action/coverage@v1
52+ uses : qltysh/qlty-action/coverage@a19242102d17e497f437d7466aa01b528537e899 # v2
5353 with :
5454 token : ${{ secrets.QLTY_COVERAGE_TOKEN }}
5555 files : coverage/lcov.info
9595 if : ${{ matrix.node-version == 24 && matrix.platform == 'ubuntu-latest' }}
9696 - name : Report coverage
9797 if : ${{ matrix.platform == 'ubuntu-latest' && github.repository_owner == 'maxmilton' }}
98- uses : qltysh/qlty-action/coverage@v1
98+ uses : qltysh/qlty-action/coverage@a19242102d17e497f437d7466aa01b528537e899 # v2
9999 with :
100100 token : ${{ secrets.QLTY_COVERAGE_TOKEN }}
101101 files : coverage/lcov.info
You can’t perform that action at this time.
0 commit comments