We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f064a5 commit 41598b6Copy full SHA for 41598b6
.github/workflows/test.yml
@@ -18,9 +18,6 @@ jobs:
18
- run: pnpm install
19
- run: pnpm tsc --noEmit
20
- run: pnpm test -- --coverage --runInBand --verbose
21
- # TODO - remove Coveralls and replace with SonarQube
22
- #- name: Coveralls
23
- # uses: coverallsapp/github-action@v2
24
- name: Archive code coverage results
25
uses: actions/upload-artifact@v4
26
with:
0 commit comments