Skip to content

Commit

Permalink
push coveralls coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dgg committed Jan 9, 2024
1 parent 96d95e1 commit d0be20d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,17 @@ jobs:
name: packages
path: ./release/*.nupkg

- name: Upload Codecov Coverage
- name: Upload Codecov coverage
uses: codecov/codecov-action@v3
with:
# token: ${{ secrets.CODECOV_TOKEN }}
files: ./release/TestResults/coverage.cobertura.xml
flags: unittests # optional
name: codecov-nmoneys # optional
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)

- name: Upload Coveralls coverage
uses: coverallsapp/github-action@v2
with:
files: ./release/TestResults/coverage.cobertura.xml
format: cobertura

0 comments on commit d0be20d

Please sign in to comment.