Maurits825 / AFKScape

A game that simulates playing the game Old School RuneScape at a faster pace! Developed in Unity using C#.
0 stars 0 forks source link

Code cov and more ci #87

Closed Maurits825 closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@87d24a7). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #87   +/-   ##
=========================================
  Coverage          ?   51.15%           
=========================================
  Files             ?       66           
  Lines             ?     1605           
  Branches          ?        0           
=========================================
  Hits              ?      821           
  Misses            ?      784           
  Partials          ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 87d24a7...3bf2b83. Read the comment docs.

Maurits825 commented 4 years ago

edit/play mode need to produce one coverage report, example. When running the ut runners, enable coverage reports and save, then we can use the unity image from the analyzer job to generate the results and upload. Its not possible to only generate the report using the runners, they will always run a ut. using the analyzer unity image is simpler than creating a new job with ne unity image (would not be faster because it runs in parallel)

Maurits825 commented 4 years ago

for ut sometimes failing, add function that runs through the sim and tries ~3 times?

Maurits825 commented 4 years ago

UTs no longer take a long time and build artifcats do work