Skip to content

Commit

Permalink
[yegor256#554] Add codecov check to PR creation. Current threshold is…
Browse files Browse the repository at this point in the history
… 34 (real value a bit less then 35)
  • Loading branch information
pnatashap committed Jan 30, 2024
1 parent 9e2356a commit 82ca3c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
codecov:
runs-on: ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion .simplecov
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ SimpleCov.start do
add_filter '/assets/'
add_filter '/dynamodb-local/'
add_filter '/public/'
minimum_coverage 30
minimum_coverage 34
end

0 comments on commit 82ca3c6

Please sign in to comment.