Start sending coverage data to codecov (#9544)

* set up codecov

* export coverage data to xml
This commit is contained in:
Brad Warren
2023-01-26 08:15:51 +11:00
committed by GitHub
parent 4ad71ab5ae
commit c79a5d4407
4 changed files with 41 additions and 2 deletions
+4 -2
View File
@@ -1,8 +1,10 @@
trigger: none
# We run the test suite on commits to master so codecov gets coverage data
# about the master branch and can use it to track coverage changes.
trigger:
- master
pr:
- master
- '*.x'
jobs:
- template: templates/jobs/standard-tests-jobs.yml