Skip to content

Commit e8d017f

Browse files
committed
ci: configure codecov flags and wait for all builds
1 parent cb2f875 commit e8d017f

3 files changed

Lines changed: 14 additions & 0 deletions

File tree

.codecov.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
codecov:
2+
notify:
3+
after_n_builds: 2
4+
5+
comment:
6+
after_n_builds: 2
7+
8+
flag_management:
9+
default_rules:
10+
carryforward: true

.github/workflows/build-owin.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
dotnet tool restore
5050
dotnet tool run reportgenerator
5151
- uses: codecov/codecov-action@v7
52+
with:
53+
flags: owin
5254
env:
5355
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5456
- name: Check for changes in web.config

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,7 @@ jobs:
4545
dotnet tool run reportgenerator
4646
[[ -f "./coverage/Summary.txt" ]] && cat "./coverage/Summary.txt"
4747
- uses: codecov/codecov-action@v7
48+
with:
49+
flags: core
4850
env:
4951
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)