Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Arpit-Sharma-USC committed Feb 8, 2021
1 parent e4abc12 commit 666dc21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
- name: Run unit tests
run: dotnet test --no-build --configuration Release /p:CollectCoverage=true /p:CoverletOutputFormat=lcov

- run: cat ./Bynder/Test/coverage.info
- name: Publish coverage report to Coveralls
uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit 666dc21

Please sign in to comment.