chore(codecov): ignore coverage of examples (#798)

This commit is contained in:
Yoshiya Hinosawa 2021-03-17 17:30:10 +09:00 committed by GitHub
parent 638a5b9c3f
commit 45e11b3cba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

2
.github/codecov.yml vendored
View File

@ -6,3 +6,5 @@ coverage:
project:
default:
informational: true
ignore:
- examples

View File

@ -1,5 +1,7 @@
# Deno Standard Modules
[![codecov](https://codecov.io/gh/denoland/deno_std/branch/main/graph/badge.svg?token=w6s3ODtULz)](https://codecov.io/gh/denoland/deno_std)
These modules do not have external dependencies and they are reviewed by the
Deno core team. The intention is to have a standard set of high quality code
that all Deno projects can use fearlessly.