Skip to content

Commit

Permalink
ci: I may be stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
SamboyCoding committed Aug 24, 2024
1 parent 2bd66fe commit 4c4db74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Run Tests
run: dotnet test -c Release /p:VersionSuffix=${{ steps.set-vars.outputs.versionString }} --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:CoverletOutput='./lcov.info' /p:ExcludeByAttribute="LibCpp2IL.Coverage.NoCoverageAttribute"
- name: Upload Coverage
uses: coverallsapp/github-action@2.3.0
uses: coverallsapp/github-action@v2.3.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
files: ./lcov.info
Expand Down

0 comments on commit 4c4db74

Please sign in to comment.