Skip to content

Commit cb19516

Browse files
author
v1rtl
committed
fix github actions
1 parent d1e790a commit cb19516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Run tests
2222
run: deno test --coverage=coverage --unstable -A
2323
- name: Create coverage report
24-
run: deno coverage cov_profile --lcov > coverage.lcov
24+
run: deno coverage coverage --lcov > coverage.lcov
2525
- name: Coveralls
2626
uses: coverallsapp/github-action@master
2727
with:

0 commit comments

Comments
 (0)