Skip to content

Commit

Permalink
chore(codecov): enable flags
Browse files Browse the repository at this point in the history
  • Loading branch information
qiushi1511 committed Oct 18, 2024
1 parent 63b0292 commit 6de648a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/apps-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ jobs:
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: apps-docs
1 change: 1 addition & 0 deletions .github/workflows/apps-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ jobs:
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: apps-web
4 changes: 4 additions & 0 deletions codecov.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
comment:
require_changes: true

flag_management:
default_rules: # the rules that will be followed for any flag added, generally
carryforward: true

0 comments on commit 6de648a

Please sign in to comment.