mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
change: coverage exclude tests directory
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
||||
run: deno test --unstable --coverage=coverage -A tests/mod.ts
|
||||
- name: Create coverage report
|
||||
if: github.ref == 'refs/heads/main'
|
||||
run: deno --unstable coverage ./coverage --lcov > coverage.lcov
|
||||
run: deno --unstable coverage --exclude=./tests ./coverage --lcov > coverage.lcov
|
||||
- name: Collect and upload the coverage report
|
||||
if: github.ref == 'refs/heads/main'
|
||||
uses: codecov/codecov-action@v1.0.10
|
||||
|
||||
Reference in New Issue
Block a user