3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-05 17:14:07 +00:00

Update coverage.yml

run code coverage on pull requests
This commit is contained in:
Nikolaj Bjorner 2024-07-21 21:08:53 -07:00 committed by GitHub
parent 966c9a3764
commit 2013cd13b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,6 +3,8 @@ name: Code Coverage
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: "0 11 * * *"