Skip to content

Commit

Permalink
Skip codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
erri120 committed Sep 28, 2024
1 parent e2fad69 commit 04814b2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:
- name: Run Tests
run: dotnet test --no-build --no-restore --logger "GitHubActions" --collect:"XPlat Code Coverage;Format=opencover"

- name: Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage.xml
fail_ci_if_error: false
env_vars: OS
flags: ${{ env.OS }}
# - name: Codecov
# uses: codecov/codecov-action@v3
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# files: coverage.xml
# fail_ci_if_error: false
# env_vars: OS
# flags: ${{ env.OS }}

- name: Publish (Linux)
if: runner.os == 'Linux'
Expand Down

0 comments on commit 04814b2

Please sign in to comment.