Skip to content

Commit

Permalink
Merge pull request #533 from WatchItDev/next
Browse files Browse the repository at this point in the history
Next
  • Loading branch information
geolffreym authored Feb 7, 2025
2 parents e96cc73 + 893b998 commit 4a6e124
Show file tree
Hide file tree
Showing 11 changed files with 2,507 additions and 17 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,20 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Build analysis
run: npm run build

- name: Run static analysis
run: npm run lint

- name: Test
- name: Test
run: npm run test

- name: Generate coverage report
run: npm run test:coverage

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5.0.6
uses: codecov/codecov-action@v5.3.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: WatchItDev/watchit-app
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [2.2.0-beta.26](https://github.com/WatchItDev/watchit-app/compare/v2.2.0-beta.25...v2.2.0-beta.26) (2025-02-07)


### Bug Fixes

* **ci:** update test command in workflow ([8edaa0e](https://github.com/WatchItDev/watchit-app/commit/8edaa0ec49e916c4d07592c5d70f7aa9919135c8))
* improve message on expired session ([d8e131e](https://github.com/WatchItDev/watchit-app/commit/d8e131ed250aa93d8eeacf385ae306cd4760a347))
* improve message on expired session ([16319fa](https://github.com/WatchItDev/watchit-app/commit/16319fae95129c6d3b4f550b444d1e8082353314))


### Features

* **ci:** add test coverage collection to CI workflow ([280d1a8](https://github.com/WatchItDev/watchit-app/commit/280d1a8a31fe65e886ffb00307caf95899a71422))
* **ci:** streamline CI workflow steps for testing ([3d30a07](https://github.com/WatchItDev/watchit-app/commit/3d30a078f43d085ff4c21cf6c4ab81130db894cf))
* integrate Vitest for testing and coverage setup ([7a9af55](https://github.com/WatchItDev/watchit-app/commit/7a9af55033710c87a1e700fce76e97ef96a0685b))

# [2.2.0-beta.25](https://github.com/WatchItDev/watchit-app/compare/v2.2.0-beta.24...v2.2.0-beta.25) (2025-02-06)


Expand Down
Loading

0 comments on commit 4a6e124

Please sign in to comment.