Skip to content

Commit

Permalink
chore: remove double quote from codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
mairess committed Apr 24, 2024
1 parent 08759d0 commit c2f147c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: "backend/coverage/coverage-summary.json"
files: backend/coverage/coverage-summary.json
slug: mairess/project-store-manager

0 comments on commit c2f147c

Please sign in to comment.