Skip to content

Commit

Permalink
Powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
MEhrn00 committed Feb 24, 2024
1 parent 3fad6cb commit d239419
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,16 +108,16 @@ jobs:
if: ${{ runner.os == 'Windows' }}
run: |
mkdir coverage
grcov.exe $env:AGENT_CODE \
-s . \
--binary-path $env:AGENT_CODE/target/debug \
-t lcov \
--branch \
--ignore-not-existing \
--ignore "$env:HOME/.cargo/registry/*" \
--ignore "*/target/*" \
--ignore "**/build.rs" \
--ignore "*/config/*" \
grcov.exe $env:AGENT_CODE `
-s . `
--binary-path $env:AGENT_CODE/target/debug `
-t lcov `
--branch `
--ignore-not-existing `
--ignore "$env:HOME/.cargo/registry/*" `
--ignore "*/target/*" `
--ignore "**/build.rs" `
--ignore "*/config/*" `
-o agent-windows.lcov
- name: Upload coverage artifacts (Linux)
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
--highlight \
--ignore-errors source \
--legend \
coverage/agent-linux.lcov
coverage/agent.lcov
- name: Upload combined coverage artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit d239419

Please sign in to comment.