diff --git a/.github/workflows/pr_tests.yml b/.github/workflows/pr_tests.yml index 5ba4f97c8..bccd47892 100644 --- a/.github/workflows/pr_tests.yml +++ b/.github/workflows/pr_tests.yml @@ -18,11 +18,12 @@ jobs: run: DISCORD_TOKEN=${{ env.DISCORD_TOKEN }} deno test --unstable --coverage=coverage -A tests/mod.ts env: DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }} - - name: Create coverage report - run: deno --unstable --exclude=test coverage ./coverage --lcov > coverage.lcov - - name: Collect and upload the coverage report - uses: codecov/codecov-action@v1.0.10 - with: - file: ./coverage.lcov + # TODO: add coverage back when it is stable + # - name: Create coverage report + # run: deno --unstable --exclude=test coverage ./coverage --lcov > coverage.lcov + # - name: Collect and upload the coverage report + # uses: codecov/codecov-action@v1.0.10 + # with: + # file: ./coverage.lcov env: DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }} diff --git a/README.md b/README.md index fa3c50bbc..3b99632e4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,11 @@ Discordeno follows [Semantic Versioning](https://semver.org/) [![Discord](https://img.shields.io/discord/785384884197392384?color=7289da&logo=discord&logoColor=dark)](https://discord.com/invite/5vBgXk3UcZ) ![Lint](https://github.com/discordeno/discordeno/workflows/Lint/badge.svg) ![Test](https://github.com/discordeno/discordeno/workflows/Test/badge.svg) + + ## Features