Skip to content

Commit

Permalink
test cover final
Browse files Browse the repository at this point in the history
  • Loading branch information
ZEXSM committed Oct 29, 2023
1 parent 440d2a5 commit 4ee0da7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: OData.QueryBuilder ci\cd
on: [pull_request]
on: pull_request
env:
DOTNET_VERSION: '3.1.x'
jobs:
Expand Down Expand Up @@ -28,8 +28,6 @@ jobs:
dotnet test -c ${{ vars.CONFIGURATION }} --no-build
dotnet minicover uninstrument
dotnet minicover report
echo ${{ github.job.job_id }}
echo ${{ github.run_id }}
dotnet minicover coverallsreport --service-name "github" \
--service-job-id ${{ github.run_id }} \
--repo-token ${{ secrets.COVERALLS_REPO_TOKEN }} \
Expand Down

0 comments on commit 4ee0da7

Please sign in to comment.