diff options
author | 2023-03-21 13:50:08 -0700 | |
---|---|---|
committer | 2023-03-21 13:50:08 -0700 | |
commit | 090fceca19e3fdb0794a043473b58d9bcd6bee54 (patch) | |
tree | 39354306f187c22d70d2776d2f9d41e68625c76d | |
parent | Merge pull request #906 from python-discord/dependabot/pip/pre-commit-3.2.0 (diff) | |
parent | Merge branch 'main' into dependabot/github_actions/coverallsapp/github-action... (diff) |
Merge pull request #907 from python-discord/dependabot/github_actions/coverallsapp/github-action-2.0.0
-rw-r--r-- | .github/workflows/lint-test.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 3328c208..efb88804 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -54,10 +54,10 @@ 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 + file: ./coverage.lcov - name: Tear down docker-compose containers run: docker-compose stop |