Skip to content

Commit

Permalink
ci: disable coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47 committed Jun 23, 2024
1 parent 124cd1a commit ea7ddf2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,7 @@ jobs:
run: dotnet build -c Release -p:ContinuousIntegrationBuild=true

- name: Run tests
run: dotnet test --no-build -c Release -p:CollectCoverage=true -e:CoverletOutputFormat=opencover

- name: Publish to Codecov
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
run: dotnet test --no-build -c Release

- name: Set Dev version
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit ea7ddf2

Please sign in to comment.