Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
elchananarb committed Jan 14, 2025
1 parent 2e96878 commit 2b48928
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,8 @@ jobs:
- name: Run Tests with Coverage
env:
CX_APIKEY: ${{ secrets.CX_APIKEY }}
run: |
dotnet test ./ast-visual-studio-extension-tests/ast-visual-studio-extension-tests.csproj \
--configuration Release \
/p:CollectCoverage=true \
/p:CoverletOutputFormat=cobertura \
/p:CoverletOutput=./coverage/coverage.xml
run: dotnet test ./ast-visual-studio-extension-tests/ast-visual-studio-extension-tests.csproj --configuration Release /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura /p:CoverletOutput=./coverage/coverage.xml

- name: Upload Coverage Report
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 2b48928

Please sign in to comment.