diff --git a/.github/workflows/gate.yml b/.github/workflows/gate.yml index 5058cca2..ff9e68e3 100644 --- a/.github/workflows/gate.yml +++ b/.github/workflows/gate.yml @@ -80,12 +80,15 @@ jobs: reporter: dotnet-trx only-summary: 'true' - finish: + coverage: + needs: [win, mac] + runs-on: ubuntu-latest + steps: - name: Coveralls Finished uses: coverallsapp/github-action@master with: - github-token: ${{ secrets.github_token }} + github-token: ${{ secrets.GITHUB_TOKEN }} parallel-finished: true \ No newline at end of file