Skip to content

Commit

Permalink
forgot to remove the coverage file arg in the ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
puchesjr committed Feb 4, 2024
1 parent f76d60b commit fa5c8e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Expand Up @@ -32,7 +32,6 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
file: ".tap/report/lcov.info"
parallel: true

finish:
Expand All @@ -43,5 +42,4 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
file: ".tap/report/lcov.info"
parallel-finished: true

0 comments on commit fa5c8e4

Please sign in to comment.