Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanguy Busschaert committed Feb 20, 2024
2 parents dbd4b4a + 9d64900 commit f0ce532
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,5 @@ jobs:
run: dotnet test --no-build --verbosity normal --environment TEST_CONNECTION_STRING="Host=localhost;Port=5432;Database=integration-tests;Username=postgres;Password=postgres;" /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
env:
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: devl-up/technogrill-2024-1
2 changes: 2 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ignore:
- "backend/src/TechnoGrill/Infrastructure"

0 comments on commit f0ce532

Please sign in to comment.