mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
chore(codecov): ignore coverage of examples (#798)
This commit is contained in:
parent
638a5b9c3f
commit
45e11b3cba
2
.github/codecov.yml
vendored
2
.github/codecov.yml
vendored
@ -6,3 +6,5 @@ coverage:
|
||||
project:
|
||||
default:
|
||||
informational: true
|
||||
ignore:
|
||||
- examples
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user