feat(api): Add CanCreateModelIngestion model permission check (#436)
.NET Build and Publish / build (push) Has been cancelled

* CanCreateModelIngestion check

* assert this way

* correct exception type
This commit is contained in:
Jedd Morgan
2026-01-29 14:41:57 +00:00
committed by GitHub
parent 00a6619cbe
commit c186d98ea7
5 changed files with 68 additions and 12 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ jobs:
- name: 🔨 Integration Tests against Internal Server
if: ${{ inputs.use-internal-image }}
run: dotnet test ${{ env.Solution }} --filter "Category=Integration" --configuration Release --no-build --no-restore --verbosity=normal /p:AltCover=true /p:AltCoverAttributeFilter=ExcludeFromCodeCoverage
run: dotnet test ${{ env.Solution }} --filter "(Category=Integration)&(Server!=Public)" --configuration Release --no-build --no-restore --verbosity=normal /p:AltCover=true /p:AltCoverAttributeFilter=ExcludeFromCodeCoverage
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v5