issues
search
bitpanda-labs
/
loggo2
Open source Python logging utilities
MIT License
4
stars
12
forks
source link
Add test checks to Github Actions
#158
Closed
dwickwire
closed
2 years ago
dwickwire
commented
2 years ago
This PR accomplishes a set of changes:
Adding missing checks, by using Github Actions (therefore removing travis-ci, which was unused)
Disabling (commenting out) linter checks, since they fail miserably
Lowering the coverage to 85% from 95%, since its at 87% currently
Fixing 4 failing tests
Removing Python versions < 3.9
Adding dev dependencies to toml, so we can install them in a more homogenized manner, and easier integration with Github Actions
Bumping typing extensions to
>=4.2.0,<5.0.0
, needed for Solana compatibility
This PR accomplishes a set of changes:
>=4.2.0,<5.0.0
, needed for Solana compatibility