Skip to content

Commit

Permalink
Update unit_test.yml (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaswurtz authored Dec 4, 2023
1 parent 058b20c commit 3a4a738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- name: Build with dotnet
run: dotnet build --configuration Release
- name: Tests
run: dotnet test ./GirafRest.Test/ /p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:ExcludeByFile=\"**/Migrations/**/*\"
run: dotnet test ./Giraf.UnitTest/ /p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:ExcludeByFile=\"**/Migrations/**/*\"
- name: Upload coverage to Codecov
uses: codecov/[email protected]

0 comments on commit 3a4a738

Please sign in to comment.