Skip to content

Commit e71dc7a

Browse files
authored
Update dotnet.yml
1 parent 7bee3c6 commit e71dc7a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
1211
runs-on: ubuntu-latest
13-
1412
steps:
1513
- uses: actions/checkout@v3
1614
- name: Setup .NET
@@ -23,3 +21,7 @@ jobs:
2321
run: dotnet build --no-restore
2422
- name: Test
2523
run: dotnet test --no-build --verbosity normal
24+
- name: Coveralls
25+
uses: coverallsapp/github-action@master
26+
with:
27+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)