Skip to content

Commit

Permalink
Json toegevoegd
Browse files Browse the repository at this point in the history
  • Loading branch information
Sin0fGREED committed Dec 13, 2024
1 parent 282ab91 commit f6b5a72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ "Development" ]
pull_request:
branches: [ "Development" ]
branches: [ "Development" ]

env:
IMAGE_NAME: CargoHub
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install httpx pytest coverage
- name: Run integration tests
run: coverage run -m pytest
run: coverage run -m pytest
- name: Generate code coverage report
id: coverage
run: |
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
$DOTNET_TOOLS_DIR/reportgenerator \
-reports:"coverage.xml" \
-targetdir:"coverage-report" \
-reporttypes:Html
-reporttypes:Html,Json
- name: Upload Coverage Report
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit f6b5a72

Please sign in to comment.