Merge pull request #7666 from mkllnk/codecov

Stop Codecov failing good pull requests
This commit is contained in:
Andy Brett
2021-05-20 09:18:34 -07:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

5
.github/codecov.yml vendored Normal file
View File

@@ -0,0 +1,5 @@
coverage:
status:
project:
default:
informational: true

View File

@@ -322,4 +322,4 @@ jobs:
run: bundle exec rspec --profile --pattern "engines/*/spec/{,/*/**}/*_spec.rb,spec/features/admin/*/*_spec.rb,spec/lib/{,/*/**}/*_spec.rb"
- name: Codecov
uses: codecov/codecov-action@v1.3.1
uses: codecov/codecov-action@v1.5.0