Unity-Technologies / pysolotools

Python toolchain for SOLO.
https://Unity-Technologies.github.io/pysolotools
Other
39 stars 14 forks source link

chore: Replace deprecated Github Actions commands #122

Closed opdude closed 2 years ago

opdude commented 2 years ago

Github has recently deprecated the save-state and set-output commands for Github Actions. This PR replaces the deprecated command with the newly supported commands.

More information can be found at Github's blog post.

Created by Sourcegraph batch change danielh/gha-deprecating-state.

github-actions[bot] commented 2 years ago

Coverage

Coverage Report
FileStmtsMissCoverMissing
pysolotools/clients
   file_strategy.py31294%22, 34
pysolotools/consumers
   solo.py541278%85–87, 89–92, 95, 132, 138, 158, 164
pysolotools/converters
   solo2coco.py1994776%62, 127, 139–150, 167–178, 226, 235–262, 272, 276–326, 388, 456–474, 478
   solo2yolo.py693155%14–15, 19–30, 60–68, 72–83, 86–101, 105–120, 124
pysolotools/core/iterators
   frame_iterator.py41198%95
pysolotools/core/models
   solo.py3012392%33, 43–45, 89, 94, 101, 107, 119, 133, 136, 140–143, 151, 154, 311, 319, 421–426, 429
pysolotools/stats/analyzers
   base.py13377%23, 33, 40
   bbox_analyzer.py116298%65, 88
   keypoint_analyzer.py105595%56–60, 112
pysolotools/stats/deserializers
   base.py5180%19
pysolotools/stats/serializers
   base.py6183%19
TOTAL113712889% 

Tests Skipped Failures Errors Time
92 0 :zzz: 0 :x: 0 :fire: 2.188s :stopwatch:
Saurav-D commented 2 years ago

Related workflow yml has been deleted. Closing this PR.