tests: add deleting channel overwrites test (#828)

This commit is contained in:
Skillz4Killz
2021-04-12 07:04:30 +01:00
committed by GitHub
parent 1eae4b4fcd
commit b7a2b0ed55
4 changed files with 65 additions and 1 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
if: ${{ github.event_name == 'pull_request' && github.event.action == 'labeled' && github.event.label.name == 'run-tests' }}
run: DISCORD_TOKEN=${{ secrets.DISCORD_TOKEN }} deno test --unstable --coverage=coverage -A --no-check tests/mod.ts
- name: Create coverage report
run: deno --no-check --unstable coverage ./coverage --lcov > coverage.lcov # create coverage report
run: deno --unstable coverage ./coverage --lcov > coverage.lcov # create coverage report
- name: Collect coverage
uses: codecov/codecov-action@v1.0.10 # upload the report on Codecov
with: