DHBW-TrainingApp / Blog

0 stars 0 forks source link

Blog/Week14 #13

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

WEEK 14 | workout-log

https://dhbw-trainingapp.github.io/Blog/Week14.html

Raynexija commented 2 years ago

Kia Ora workout-log-Team,

quite a collection of badges you've got. Your post sounds like you are coming out of a rough week, to say the least. I hope the next week will be generous to you. Regarding your tests: How bad is the problem with testing Firebase functions when even Stack Overflow has no answer.

I suspect it would be easy for you to use Travis as Sebastian hold his e-portfolio on it. As long as it works now, everything is fine.

I found nothing on your code coverage. Do you not want to share it, or am I bling? Both viable options ^^

~Team Papatohu

2002chris commented 2 years ago

Hi workout-log-Team,

I can feel with you, karma is a real pain in the a**. But as I can see you could get it working, even though it was a hell of work. Also that Travic CI is so nerve wrecking is a pity but now you know that GithubActions is more intuitive and you learnt something new. However you should be proud of you that you got everything working and got that many badges. As already mentioned in the other comments, I cannot see the coverage report.

Some tips regarding reports and karma: you can create reports of the tests in the JUnit format by adding 'junit' zo the reporters array and add the karma-junit-reporter to the plugins. Also if you want the coverage report in xml format you can change the type of the coverage reporter to cobertura.

I hope during your development it won't get any worse than your situation in this week.

Kind regards The UNDECIDED Team