Skip to content

Why are test runs failing without any error after adding this logger? #37

Answered by AArnott
AArnott asked this question in Q&A
Discussion options

You must be logged in to vote

It turns out that your logger doesn't record annotations on mac/linux when --collect "Code Coverage;Format=cobertura" or --settings some.runsettings is specified on the CLI as well. So in the end, I got it to work by adding a few more condition checks to avoid using those switches on GitHub Actions (while retaining them everywhere else).

So yay, I'm unblocked and can use your logger. But it would sure be nice to find out why it (or the test runner?) is so fragile.

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@Tyrrrz
Comment options

@AArnott
Comment options

@Tyrrrz
Comment options

@AArnott
Comment options

Answer selected by AArnott
@AArnott
Comment options

@Tyrrrz
Comment options

@AArnott
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants