1 parent cb2f875 commit e8d017fCopy full SHA for e8d017f
3 files changed
.codecov.yml
@@ -0,0 +1,10 @@
1
+codecov:
2
+ notify:
3
+ after_n_builds: 2
4
+
5
+comment:
6
7
8
+flag_management:
9
+ default_rules:
10
+ carryforward: true
.github/workflows/build-owin.yml
@@ -49,6 +49,8 @@ jobs:
49
dotnet tool restore
50
dotnet tool run reportgenerator
51
- uses: codecov/codecov-action@v7
52
+ with:
53
+ flags: owin
54
env:
55
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
56
- name: Check for changes in web.config
.github/workflows/build.yml
@@ -45,5 +45,7 @@ jobs:
45
46
[[ -f "./coverage/Summary.txt" ]] && cat "./coverage/Summary.txt"
47
48
+ flags: core
0 commit comments