Skip to content

Commit 2ead297

Browse files
authored
[codecov] add config file. Fixes #147 (#148)
* [codecov] add config file. Fixes #147 * [CI] remove triggers on codecov config file changes
1 parent 777012d commit 2ead297

File tree

6 files changed

+8
-1
lines changed

6 files changed

+8
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ skip_commits:
6868
- azure-pipelines.yml
6969
- azure-pipelines/*
7070
- LICENSE
71+
- codecov.yml
7172

7273
cache:
7374
- C:\tools\vcpkg\installed

azure-pipelines/linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ trigger:
88
- .github/*
99
- README.md
1010
- appveyor.yml
11+
- codecov.yml
1112
tags:
1213
include:
1314
- '*'

azure-pipelines/macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ trigger:
88
- .github/*
99
- README.md
1010
- appveyor.yml
11+
- codecov.yml
1112
tags:
1213
include:
1314
- '*'

azure-pipelines/templates/sonarcloud-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
displayName: collect coverage data
156156
workingDirectory: build
157157
condition: ne(variables['Agent.OS'], 'Windows_NT')
158-
- bash: bash <(curl -s https://codecov.io/bash) -f coverage.info -t b8f07100-6985-49f7-aa4c-14e36f29ac80s
158+
- bash: bash <(curl -s https://codecov.io/bash) -f coverage.info
159159
displayName: codeCov
160160
workingDirectory: build
161161
continueOnError: true

azure-pipelines/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ trigger:
88
- .github/*
99
- README.md
1010
- appveyor.yml
11+
- codecov.yml
1112
tags:
1213
include:
1314
- '*'

codecov.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
codecov:
2+
token: b8f07100-6985-49f7-aa4c-14e36f29ac80
3+
require_ci_to_pass: yes

0 commit comments

Comments
 (0)