Enable coverage

This commit is contained in:
Till Faelligen 2023-02-02 10:34:04 +01:00
parent 9c826d064d
commit bd99793888
No known key found for this signature in database
GPG key ID: ACCDC9606D472758

View file

@ -4,6 +4,9 @@ on:
schedule:
- cron: '0 0 * * *' # every day at midnight
workflow_dispatch:
push:
branches:
- "s7evink/sytestcover"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
@ -41,6 +44,7 @@ jobs:
API: ${{ matrix.api && 1 }}
SYTEST_BRANCH: ${{ github.head_ref }}
RACE_DETECTION: 1
COVER: 1
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
@ -75,6 +79,7 @@ jobs:
/logs/**/*.log*
element_web:
if: ${{ false }} # disable for now
timeout-minutes: 120
runs-on: ubuntu-latest
steps: