Skip to content

Commit

Permalink
Merge pull request #51 from 21CSM/codecov
Browse files Browse the repository at this point in the history
ci: add codecov to build.yml
  • Loading branch information
21CSM authored Sep 24, 2024
2 parents 6c66a8b + dd38921 commit 0f5cd7d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ jobs:
- name: Install Dependencies
run: nix develop -c pnpm install
- name: Run Unit Tests
run: nix develop -c pnpm run test:unit
run: nix develop -c pnpm run test:unit:coverage
- name: Upload results to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Run Integration Tests
run: nix develop -c pnpm run test:integration
- name: Build Project
Expand Down

0 comments on commit 0f5cd7d

Please sign in to comment.