Skip to content

Commit

Permalink
Configure codecov for ansible-lint (#4011)
Browse files Browse the repository at this point in the history
  • Loading branch information
audgirka authored Feb 6, 2024
1 parent c98fa0e commit 26ecfa0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
args: .ansible-lint
build:
name: ${{ matrix.name }}
environment: test
runs-on: ${{ matrix.os || 'ubuntu-22.04' }}
needs:
- prepare
Expand Down Expand Up @@ -139,6 +140,7 @@ jobs:
name: ${{ matrix.passed_name }}
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true # optional (default = false)
fail_ci_if_error: true

- name: Archive logs
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ codecov:
comment: false
coverage:
status:
patch: false
patch: true
project:
default:
threshold: 0.5%

0 comments on commit 26ecfa0

Please sign in to comment.