Skip to content

Commit

Permalink
docs: add code coverage to readme automatically (#5)
Browse files Browse the repository at this point in the history
<!-- 👋 Hi, thanks for sending a PR to home-run! 💖.
Please fill out all fields below and make sure each item is true and [x]
checked.
Otherwise we may not be able to review your PR. -->

## PR Checklist

- [ ] Addresses an existing open issue: fixes #000
- [ ] That issue was marked as [`status: accepting
prs`](https://github.com/investec/home-run/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22)
- [ ] Steps in
[CONTRIBUTING.md](https://github.com/investec/home-run/blob/main/.github/CONTRIBUTING.md)
were taken

## Overview

Adding use of `CODECOV_TOKEN`
  • Loading branch information
marktew authored Nov 19, 2024
1 parent 276d1c6 commit 4589ed6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare
- run: pnpm run test --coverage
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

type_check:
name: Type Check
Expand Down

0 comments on commit 4589ed6

Please sign in to comment.