FM-17 / poglink

A bot that integrates the ARK Web API with Discord.
MIT License
12 stars 4 forks source link

CI Quick Fix #56

Closed travipross closed 2 years ago

travipross commented 2 years ago

Reverts last commit which changed CI config to install poglink in development mode in order to collect proper coverage stats. By running pytest via python -m pytest, the current directory is added to the python path, and so the poglink imports in the tests actually use the correct files that are being monitored by coverage.py.

codecov[bot] commented 2 years ago

Codecov Report

Merging #56 (230bb39) into main (1ca8640) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #56   +/-   ##
=======================================
  Coverage   73.13%   73.13%           
=======================================
  Files          13       13           
  Lines         510      510           
=======================================
  Hits          373      373           
  Misses        137      137           

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 1ca8640...230bb39. Read the comment docs.

FM-17 commented 2 years ago

related to tests tests passed therefore good

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 0.8.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: