CodeCov config - Only notify after all builds pass

This commit is contained in:
Bert Blommers 2021-02-10 09:12:50 +00:00 committed by GitHub
commit c642108732
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,3 +9,5 @@ coverage:
default:
# New code must have a 90% coverage
target: 90%
notify:
after_n_builds: 8