Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
on: push
permissions:
actions: read
checks: write
contents: read
packages: write
pull-requests: read
security-events: write
jobs:
buildtest:
name: Build, test and package
Expand Down Expand Up @@ -36,7 +43,7 @@ jobs:
- name: Pack Nuget package
run: dotnet pack LineReader/LineReader.csproj -c Release -nologo -o dist
- name: Coveralls
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v2.3.4
with:
github-token: ${{ secrets.github_token }}
path-to-lcov: all.lcov
Expand Down
Loading