Fix coverage (#6157)

This commit is contained in:
Matt Godbolt
2024-02-18 15:41:12 -06:00
committed by GitHub
parent 8debe7e701
commit a1d6f9422d
3 changed files with 10 additions and 191 deletions

View File

@@ -25,8 +25,10 @@ jobs:
npm run ci-test
npm run ts-check
python3 ./etc/scripts/util/propscheck.py
- name: Code coverage
run: npm run codecov
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
build_dist:
if: github.repository_owner == 'compiler-explorer' && github.event_name == 'push'