Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve extension plugins coverage #155

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@
[fossa-url]: https://app.fossa.com/projects/git%2Bgithub.com%2Fcezaraugusto%2Fextension?ref=badge_shield&issueType=license
[discord-image]: https://img.shields.io/discord/1253608412890271755?label=Discord&logo=discord&style=flat
[discord-url]: https://discord.gg/1253608412890271755
[discord-image]: https://img.shields.io/discord/1253608412890271755?label=Discord&logo=discord&style=flat
[discord-url]: https://discord.gg/1253608412890271755
[codecov-image]: https://codecov.io/gh/extension-js/extension.js/graph/badge.svg?token=I3CQV00TJ8
[codecov-url]: https://codecov.io/gh/extension-js/extension.js

# Extension.js [![fossa][fossa-image]][fossa-url] [![Known Vulnerabilities][snyk-image]][snyk-url] [![workflow][action-image]][action-url] [![discord][discord-image]][discord-url]
# Extension.js [![Known Vulnerabilities][snyk-image]][snyk-url] [![fossa][fossa-image]][fossa-url] [![codecov][codecov-image]][codecov-url] [![workflow][action-image]][action-url] [![discord][discord-image]][discord-url]

<!-- > Plug-and-play, zero-config, cross-browser extension development tool. -->

Expand Down
19 changes: 19 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Set non-blocking status checks
# See status checks but prevent them from blocking.
# See https://docs.codecov.com/docs/common-recipe-list#set-non-blocking-status-checks
coverage:
status:
project:
default:
informational: true
patch:
default:
informational: true

comment:
layout: " diff, flags, files"
behavior: default
require_changes: false # if true: only post the comment if coverage changes
require_base: false # [true :: must have a base report to post]
require_head: true # [true :: must have a head report to post]
hide_project_coverage: false # [true :: only show coverage on the git diff aka patch coverage]]
6 changes: 5 additions & 1 deletion programs/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@
[fossa-url]: https://app.fossa.com/projects/git%2Bgithub.com%2Fcezaraugusto%2Fextension?ref=badge_shield&issueType=license
[discord-image]: https://img.shields.io/discord/1253608412890271755?label=Discord&logo=discord&style=flat
[discord-url]: https://discord.gg/1253608412890271755
[discord-image]: https://img.shields.io/discord/1253608412890271755?label=Discord&logo=discord&style=flat
[discord-url]: https://discord.gg/1253608412890271755
[codecov-image]: https://codecov.io/gh/extension-js/extension.js/graph/badge.svg?token=I3CQV00TJ8
[codecov-url]: https://codecov.io/gh/extension-js/extension.js

# Extension.js [![fossa][fossa-image]][fossa-url] [![Known Vulnerabilities][snyk-image]][snyk-url] [![workflow][action-image]][action-url] [![discord][discord-image]][discord-url]
# Extension.js [![Known Vulnerabilities][snyk-image]][snyk-url] [![fossa][fossa-image]][fossa-url] [![codecov][codecov-image]][codecov-url] [![workflow][action-image]][action-url] [![discord][discord-image]][discord-url]

<!-- > Plug-and-play, zero-config, cross-browser extension development tool. -->

Expand Down
Loading