Skip to content

Commit

Permalink
☂️ codecov (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradgarropy authored Jan 10, 2025
1 parent b770998 commit 7d7d091
Show file tree
Hide file tree
Showing 4 changed files with 448 additions and 362 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ jobs:
- name: "🧪 test"
run: npm run test
- name: "☂️ coverage"
uses: codecov/codecov-action@v1.2.1
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
10 changes: 9 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ _YYYY-MM-DD_

- _TBD_

## [3.4.0][3.4.0]

_2025-01-09_

- Update [codecov action][codecov-action]

## [3.3.0][3.3.0]

_2024-12-17_
Expand All @@ -48,8 +54,10 @@ _2024-12-17_

- Improve `eslint` configuration

[unreleased]: https://github.com/bradgarropy/node-starter/compare/v3.3.0...HEAD
[unreleased]: https://github.com/bradgarropy/node-starter/compare/v3.4.0...HEAD
[3.4.0]: https://github.com/bradgarropy/node-starter/releases/tag/v3.4.0
[3.3.0]: https://github.com/bradgarropy/node-starter/releases/tag/v3.3.0
[3.2.0]: https://github.com/bradgarropy/node-starter/releases/tag/v3.2.0
[keep-a-changelog]: https://keepachangelog.com
[semver]: https://semver.org
[codecov-action]: https://github.com/codecov/codecov-action
Loading

0 comments on commit 7d7d091

Please sign in to comment.