Skip to content

Commit

Permalink
fix: Fix coverage badge generation command
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed Dec 7, 2023
1 parent fbdadbf commit 3e0f6cd
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 @@ -15,7 +15,7 @@ jobs:
- name: Generate Backend Coverage Report (XML)
run: |
sudo docker-compose --env-file .env-github-actions run server bash -c "coverage xml"
genbadge coverage -i coverage.xml -o coverage-backend-badge.svg
sudo docker-compose --env-file .env-github-actions run server bash -c "genbadge coverage -i coverage.xml -o coverage-backend-badge.svg"
- name: Checkout code-coverage-badges branch
run: |
git checkout -b code-coverage-badges
Expand Down

0 comments on commit 3e0f6cd

Please sign in to comment.