Skip to content

Commit

Permalink
test coverage report and cp command paths are fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ucoruh committed May 25, 2023
1 parent a215b75 commit 593721e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_check_ubuntu_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,15 +139,15 @@ jobs:
working-directory: ./CalculatorLibrary.Tests

- name: Generate Coverage Report
run: reportgenerator "-reports:**/coverage.cobertura.xml" "-targetdir:coveragereport" -reporttypes:Html
run: reportgenerator "-reports:**/coverage.cobertura.xml" "-targetdir:docs/coveragereport" -reporttypes:Html

- name: Generate Coverage Report
run: reportgenerator "-reports:**/coverage.cobertura.xml" "-targetdir:assets" -reporttypes:Badges

- name: Copy Folders
run: |
cp README.md "docs\index.md"
cp -R assets "docs\assets"
cp README.md "docs/index.md"
cp -R assets "docs/assets"
- name: Run Coverxygen
run: |
Expand Down

0 comments on commit 593721e

Please sign in to comment.