diff options
author | 2023-03-02 23:29:19 -0800 | |
---|---|---|
committer | 2023-03-02 23:29:19 -0800 | |
commit | e2f99d04537102c67aeb7ffea536864efab1e2d4 (patch) | |
tree | ee1c12a34497564eeeafb55e9e2d50a0128fb953 | |
parent | Bump pre-commit from 3.1.0 to 3.1.1 (diff) | |
parent | Merge pull request #895 from python-discord/dependabot/github_actions/coveral... (diff) |
Merge branch 'main' into dependabot/pip/pre-commit-3.1.1
-rw-r--r-- | .github/workflows/lint-test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 644e106a..1fe3bd89 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -58,7 +58,7 @@ jobs: # This step will publish the coverage reports coveralls.io and # link the report to the commit - name: Publish Coverage Report - uses: coverallsapp/[email protected] + uses: coverallsapp/[email protected] with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: ./coverage.lcov |