mirror of
https://github.com/certbot/certbot.git
synced 2026-08-04 12:13:34 +02:00
Start sending coverage data to codecov (#9544)
* set up codecov * export coverage data to xml
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user