Skip to content

Commit

Permalink
Removed flags
Browse files Browse the repository at this point in the history
  • Loading branch information
thom-at-redhat committed May 8, 2024
1 parent dd1ab24 commit ee0d749
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ coverage:
target: auto
threshold: 5%
comment:
layout: "header, diff, files, flags, components" # PR comment layout
layout: "header, diff, files, components" # PR comment layout
behavior: default
require_changes: false
require_base: false
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/coverage_reporting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
flags: go
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,5 @@ jobs:
directory: receptorctl
files: receptorctl_coverage.xml
fail_ci_if_error: true
flags: receptorctl
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit ee0d749

Please sign in to comment.