Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/kklldog/AgileConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
agile.zhou committed Sep 8, 2024
2 parents 98e5018 + dec524c commit 1b6cd3b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/master-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,13 @@ jobs:
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test --no-build --verbosity normal --collect:"XPlat Code Coverage" --results-directory ./coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
directory: ./coverage
fail_ci_if_error: false
flags: unittests
name: agileconfig
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit 1b6cd3b

Please sign in to comment.