diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2021-06-07 13:00:59 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-06-22 21:05:11 +0300 |
commit | 765aff5a42d9b7568bbd89f711d52c2da346e91c (patch) | |
tree | 11e3b60053d4f5061f3b970dccc4a9b91e313770 /azure-pipelines.yml | |
parent | edfe24178d86450a8184bd139e03c5cdcad91100 (diff) | |
download | meson-765aff5a42d9b7568bbd89f711d52c2da346e91c.zip meson-765aff5a42d9b7568bbd89f711d52c2da346e91c.tar.gz meson-765aff5a42d9b7568bbd89f711d52c2da346e91c.tar.bz2 |
coverage: Enable coverage reports
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 14ff1bd..614f344 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,6 +9,7 @@ trigger: variables: CI: 1 + SOURCE_VERSION: $(Build.SourceVersion) jobs: |