~ubuntu-branches/debian/sid/botan/sid

« back to all changes in this revision

Viewing changes to src/scripts/ci/codecov.yml

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2018-03-01 22:23:25 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20180301222325-7p7vc45gu3hta34d
Tags: 2.4.0-2
* Don't remove .doctrees from the manual if it doesn't exist.
* Don't specify parallel to debhelper.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
---
 
2
 
 
3
# Documentation
 
4
# https://github.com/codecov/support/wiki/Codecov-Yaml#full-yaml
 
5
#
 
6
# Validate this file
 
7
# curl --data-binary @codecov.yml https://codecov.io/validate
 
8
 
 
9
coverage:
 
10
  status:
 
11
    project:
 
12
      default:
 
13
        # Random seeds in tests lead to a +/-0.05% coverage span even for PRs
 
14
        # that do not change source code
 
15
        threshold: 0.05