Skip to content

Commit

Permalink
Remove Codecov integration
Browse files Browse the repository at this point in the history
  • Loading branch information
screendriver committed Sep 20, 2023
1 parent 494396f commit a2f626e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ jobs:
run: npm run compile
- name: Run unit tests
run: npm run test:unit:coverage
- name: Upload code coverage to Codecov
uses: codecov/codecov-action@v4
with:
file: target/coverage/clover.xml
- name: Run integration tests
run: npm run test:integration
- name: Check source code
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# verify-github-webhook-secret

[![GitHub Actions status](https://github.com/screendriver/verify-github-webhook-secret/workflows/CI/badge.svg)](https://github.com/screendriver/verify-github-webhook-secret/actions)
[![codecov](https://codecov.io/gh/screendriver/verify-github-webhook-secret/branch/main/graph/badge.svg)](https://codecov.io/gh/screendriver/verify-github-webhook-secret)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

Verifies the [secret](https://developer.github.com/v3/repos/hooks/#create-hook-config-params) that is sent in [GitHub Webhooks](https://developer.github.com/webhooks/). The `secret` will be used as the key to generate the HMAC hex digest value in the `X-Hub-Signature` header.
Expand Down

0 comments on commit a2f626e

Please sign in to comment.