Skip to content

Commit

Permalink
feat: add pipe to report coverage to our service #965
Browse files Browse the repository at this point in the history
  • Loading branch information
iurynogueira committed Nov 30, 2023
1 parent 10e5fc9 commit 32163ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
run: |
curl -X POST \
-H "Content-Type: application/json" \
-d '{"id": 1, "coverage": 88}' \
-d '{"id": "1", "coverage": "88"}' \
https://collect-coverage-brisanet.koyeb.app/systems

0 comments on commit 32163ed

Please sign in to comment.