mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
Fix coverage (#6157)
This commit is contained in:
6
.github/workflows/test-and-deploy.yml
vendored
6
.github/workflows/test-and-deploy.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user