Improve tests

This commit is contained in:
Tyrrrz 2021-07-19 20:19:32 +03:00
parent 85d53d0e94
commit d735d2acd3
3 changed files with 121 additions and 64 deletions

View file

@ -22,6 +22,9 @@ jobs:
- name: Build & test
run: dotnet test --configuration Release --logger GitHubActions
env:
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}
DISCORD_TOKEN_BOT: true
- name: Upload coverage
uses: codecov/codecov-action@v1.0.5