Skip to content

Commit

Permalink
Coverage file gets framework id
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ganss committed Jan 23, 2020
1 parent b39f3f7 commit 5b4b3ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -298,3 +298,4 @@ __pycache__/
*.odx.cs
*.xsd.cs
/coverage.xml
/coverage.netcoreapp2.2.xml
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ test_script:
dotnet sonarscanner end /d:sonar.login="$env:sonar_token"
}
- pip install codecov
- codecov -f "coverage.xml"
- codecov -f "coverage.netcoreapp2.2.xml"
artifacts:
- path: 'XmlSchemaClassGenerator\**\*.nupkg'
- path: 'XmlSchemaClassGenerator.Console\**\*.nupkg'
Expand Down

0 comments on commit 5b4b3ec

Please sign in to comment.