Skip to content

Commit

Permalink
Remove coverage upload
Browse files Browse the repository at this point in the history
  • Loading branch information
rageagainsthepc committed Jan 13, 2023
1 parent 4bfdb1b commit 90a61b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,8 @@ jobs:
- name: Build solution
run: dotnet build --no-restore
- name: Test solution
run: dotnet test --no-restore --collect:"XPlat Code Coverage"
run: dotnet test --no-restore
- name: Check code formatting
run: dotnet format --no-restore --verify-no-changes
- name: Check code style
run: dotnet format --no-restore --verify-no-changes style
- name: Upload coverage report
uses: codacy/codacy-coverage-reporter-action@v1
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: tests/GuitarProToMidi_UnitTests/TestResults/*/coverage.cobertura.xml
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
![Build status](https://github.com/rageagainsthepc/GuitarPro-to-Midi/actions/workflows/build.yml/badge.svg)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/cf3eccd35e954adb8489ad35d1bf5e9d)](https://www.codacy.com/gh/rageagainsthepc/GuitarPro-to-Midi/dashboard?utm_source=github.com&utm_medium=referral&utm_content=rageagainsthepc/GuitarPro-to-Midi&utm_campaign=Badge_Grade)
[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/cf3eccd35e954adb8489ad35d1bf5e9d)](https://www.codacy.com/gh/rageagainsthepc/GuitarPro-to-Midi/dashboard?utm_source=github.com&utm_medium=referral&utm_content=rageagainsthepc/GuitarPro-to-Midi&utm_campaign=Badge_Coverage)
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/rageagainsthepc/GuitarPro-to-Midi)

# GuitarPro-to-Midi
Expand Down

0 comments on commit 90a61b4

Please sign in to comment.