Skip to content

Commit

Permalink
Working on test coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lomilar committed Sep 30, 2024
1 parent 789e71a commit 592a148
Show file tree
Hide file tree
Showing 777 changed files with 56,530 additions and 62,134 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ jobs:
- name: Autobuild
uses: github/codeql-action/autobuild@v3

- name: Build lcov.info
uses: actions/setup-node@v4
with:
cache: 'npm'
- run: npm ci
- run: docker run -d --network cass-net --name cass-nyc -p80:80 cassproject/cass:dev
- run: npm run nyc

- name: Analyze with SonarCloud
uses: SonarSource/[email protected]
env:
Expand Down
Loading

0 comments on commit 592a148

Please sign in to comment.