Skip to content

Commit

Permalink
[codecov] add config file. Fixes #147 (#148)
Browse files Browse the repository at this point in the history
* [codecov] add config file. Fixes #147

* [CI] remove triggers on codecov config file changes
  • Loading branch information
Raffaello authored May 22, 2020
1 parent 777012d commit 2ead297
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ skip_commits:
- azure-pipelines.yml
- azure-pipelines/*
- LICENSE
- codecov.yml

cache:
- C:\tools\vcpkg\installed
Expand Down
1 change: 1 addition & 0 deletions azure-pipelines/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ trigger:
- .github/*
- README.md
- appveyor.yml
- codecov.yml
tags:
include:
- '*'
Expand Down
1 change: 1 addition & 0 deletions azure-pipelines/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ trigger:
- .github/*
- README.md
- appveyor.yml
- codecov.yml
tags:
include:
- '*'
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines/templates/sonarcloud-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
displayName: collect coverage data
workingDirectory: build
condition: ne(variables['Agent.OS'], 'Windows_NT')
- bash: bash <(curl -s https://codecov.io/bash) -f coverage.info -t b8f07100-6985-49f7-aa4c-14e36f29ac80s
- bash: bash <(curl -s https://codecov.io/bash) -f coverage.info
displayName: codeCov
workingDirectory: build
continueOnError: true
Expand Down
1 change: 1 addition & 0 deletions azure-pipelines/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ trigger:
- .github/*
- README.md
- appveyor.yml
- codecov.yml
tags:
include:
- '*'
Expand Down
3 changes: 3 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
codecov:
token: b8f07100-6985-49f7-aa4c-14e36f29ac80
require_ci_to_pass: yes

0 comments on commit 2ead297

Please sign in to comment.