Skip to content

Commit

Permalink
chore: move coveralls back to ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
saintedlama committed Feb 5, 2022
1 parent 3b28cb8 commit 6e98de6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ jobs:
name: test-results
path: Versionize.Tests/TestResults/*.trx

- name: Upload Test Coverage
uses: actions/upload-artifact@v2
if: success() || failure()
- name: Coveralls
uses: coverallsapp/github-action@master
with:
name: test-coverage
path: Versionize.Tests/coverage.net6.0.info
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: './Versionize.Tests/coverage.net6.0.info'
6 changes: 0 additions & 6 deletions .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,3 @@ jobs:
name: XUnit Tests
path: '**/*.trx'
reporter: dotnet-trx

- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: './Versionize.Tests/coverage.net6.0.info'

0 comments on commit 6e98de6

Please sign in to comment.