Skip to content

Commit

Permalink
Merge pull request #734 from dolittle/disable-codacy
Browse files Browse the repository at this point in the history
Disable codacy reporting
  • Loading branch information
mhelleborg committed Apr 11, 2023
2 parents cb37d7e + 7222635 commit 7403622
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,8 @@ jobs:
- 'Events.Store.FetchAggregateEvents'
- 'Events.Store.Streams.StreamProcessorStateRepository'
- 'Events.Processing.EventHandlers.EventHandler'
- 'Events.Processing.EventHandlers.FastEventHandler'
# - 'Events.Processing.EventHandlers.FastEventHandlerWithImplicitFilter'
- 'Events.Processing.EventHandlers.Filter'
- 'Events.Processing.Projections.Projection'
- 'Events.Processing.Projections'
env:
BENCHMARK_NAME: Integration.Benchmarks.${{ matrix.benchmark }}
steps:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jobs:
run: dotnet build --configuration Release
- name: Test
run: dotnet test --filter Tag!=IntegrationTest --no-build --configuration Release --collect:"XPlat Code Coverage"
- name: Report code coverage
env:
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
run: bash <(curl -Ls https://coverage.codacy.com/get.sh) report -l CSharp $(find . -name coverage.cobertura.xml -printf '-r %p ')

build-prod-docker-image:
name: Build Production Docker Image
Expand Down

0 comments on commit 7403622

Please sign in to comment.