Skip to content

Commit

Permalink
Update dotnetcore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pamidur authored Nov 19, 2019
1 parent ce7acd9 commit f73b08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: dotnet test ./ -c $MODE --no-build
- name: Submit coverage
run: |
curl -Ls "https://github.com/codacy/csharp-codacy-coverage/releases/download/1.0.5/Codacy.CSharpCoverage_linux-x64" --output codacy
curl -Ls "https://github.com/codacy/csharp-codacy-coverage/releases/download/1.0.7/Codacy.CSharpCoverage_linux-x64" --output codacy
chmod +x ./codacy
coverfiles=$(find . -type f -name coverage.opencover.xml)
for coverfile in $coverfiles; do
Expand Down

0 comments on commit f73b08e

Please sign in to comment.