Skip to content

Commit

Permalink
Update master-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kklldog authored Sep 8, 2024
1 parent 11e1f94 commit dec524c
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/master-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,12 @@ jobs:
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal --collect:"XPlat Code Coverage" --results-directory ./coverage
- name: Code Coverage Report
uses: irongut/[email protected]
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
filename: coverage/**/coverage.cobertura.xml
badge: true
fail_below_min: true
format: markdown
hide_branch_rate: false
hide_complexity: true
indicators: true
output: both
thresholds: '60 80'
directory: ./coverage
fail_ci_if_error: false
flags: unittests
name: agileconfig
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit dec524c

Please sign in to comment.