Skip to content

Commit

Permalink
small fix for typo
Browse files Browse the repository at this point in the history
  • Loading branch information
espenamundsen committed Feb 12, 2024
1 parent f91e2b4 commit 3f81e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs-test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
branches-label: backend branches
jacoco-csv-file: >
apps/backend/target/site/jacoco/jacoco.csv
badges-directory: apps/api/target/site/jacoco/badges
badges-directory: apps/backend/target/site/jacoco/badges
- name: Move backend coverage folder
run: mkdir -p public/test-coverage/backend && cp -rf apps/backend/target/site/jacoco/. public/test-coverage/backend

Expand Down

0 comments on commit 3f81e7d

Please sign in to comment.