Skip to content

Commit

Permalink
Add codecov config
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto committed Aug 23, 2024
1 parent cc838c7 commit 9ccee92
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
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

0 comments on commit 9ccee92

Please sign in to comment.