Skip to content

Commit c37a718

Browse files
committed
refactor(coverage): Remove broken code coverage reports
1 parent b5a2f3b commit c37a718

File tree

5 files changed

+3
-664
lines changed

5 files changed

+3
-664
lines changed

.github/workflows/test-flake.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ jobs:
3131
run: |
3232
nix develop --command npm test
3333
34-
- name: Run tests with coverage
35-
run: |
36-
nix develop --command npm run test:coverage
37-
3834
- name: Test all subcommands
3935
run: |
4036
./result/bin/visualify capture --help

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
version = "1.0.0";
1818
src = ./.;
1919

20-
npmDepsHash = "sha256-/o7I7uVGx6thFhUsSM299/VI91QpWX7J8DDrAigdmTk=";
20+
npmDepsHash = "sha256-pnBazJI3DnJ25BCv1vqPkpghrRxjr8GcYa0GYnvQKRY=";
2121

2222
# Skip download of Puppeteer's Chromium
2323
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD = "1";

0 commit comments

Comments
 (0)