Skip to content

Commit

Permalink
add token
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Jul 19, 2018
1 parent cfc4cc0 commit 1c94a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -33,7 +33,7 @@ test_script:
# restore packages for our unit tests
- cmd: dotnet restore ./tabletop/tabletop.tests/tabletop.tests.csproj --verbosity m
- cmd: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover ./tabletop/tabletop.tests/tabletop.tests.csproj
- cmd: codecov -f ./tabletop/tabletop.tests/coverage.opencover.xml
- cmd: codecov -f ./tabletop/tabletop.tests/coverage.opencover.xml -t $(COVERALLS_REPO_TOKEN)
on_finish :
# any cleanup in here
deploy: off

0 comments on commit 1c94a59

Please sign in to comment.