Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve Path issues when used on Linux #9

Open
mitchelsellers opened this issue Dec 7, 2021 · 0 comments
Open

Resolve Path issues when used on Linux #9

mitchelsellers opened this issue Dec 7, 2021 · 0 comments

Comments

@mitchelsellers
Copy link
Contributor

mitchelsellers commented Dec 7, 2021

Add back this build item when done

- name: Test
      run: dotnet test "${{ env.solution-path }}" --no-build --configuration Release --collect "XPlat Code Coverage" -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover --logger "trx;LogFileName=unittests.trx"
    - name: Push Coverage to Codacy
      shell: bash
      env:
        CODACY_ORGANIZATION_PROVIDER: ${{ secrets.CODACY_ORGANIZATION_PROVIDER }}
        CODACY_USERNAME: ${{ secrets.CODACY_USERNAME }}
        CODACY_PROJECT_NAME: ${{ secrets.CODACY_PROJECT_NAME }}
        CODACY_API_TOKEN: ${{ secrets.CODACY_API_TOKEN }}
      run: |
        bash <(curl -Ls https://coverage.codacy.com/get.sh) report $(find . -name '*.opencover.xml' -printf '-r %p ')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant