Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohulan authored Nov 12, 2024
1 parent 07f5c6f commit eeb55e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
run: |
curl -Os https://cli.codecov.io/latest/linux/codecov
chmod +x codecov
./codecov --verbose upload-process --fail-on-error -t ${{ secrets.CODECOV_TOKEN }} -n 'service'-${{ github.run_id }} -F service -f coverage-service.xml
./codecov upload-process --fail-on-error -t ${{ secrets.CODECOV_TOKEN }} -f coverage-service.xml -F service -n "service-${{ github.run_id }}"

0 comments on commit eeb55e3

Please sign in to comment.