Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Jan 8, 2024
1 parent e2b5975 commit 8894562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/slimfaas-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Run unit tests
run: |
dotnet test --collect "Code Coverage;Format=cobertura" --verbosity normal
mkdir /coveragereport
mkdir ./coveragereport
- name: ReportGenerator
uses: danielpalme/[email protected]
with:
Expand All @@ -75,7 +75,7 @@ jobs:
uses: actions/[email protected]
with:
name: CoverageReport # Artifact name
path: /coveragereport # Directory containing files to upload
path: ./coveragereport # Directory containing files to upload
tags:
needs: unit_tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8894562

Please sign in to comment.