Skip to content

Commit

Permalink
fix: change method
Browse files Browse the repository at this point in the history
  • Loading branch information
iurynogueira committed Nov 30, 2023
1 parent 32163ed commit 644a211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Update coverage on service
run: |
curl -X POST \
curl -X PUT \
-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 644a211

Please sign in to comment.