arbeitsgruppe-digitale-altnordistik / Sammlung-Toole

A new look on Handrit.is data
https://arbeitsgruppe-digitale-altnordistik.github.io/Sammlung-Toole/
MIT License
0 stars 0 forks source link

test: continue test plumbing #110

Closed BalduinLandolt closed 2 years ago

BalduinLandolt commented 2 years ago

in this PR I have set up the "plumbing" for testing considerably further (so it's the first step towards #68 ).
CI now also runs actual python tests (nb they don't do anything as of yet).

All we need to do now, is write actual tests for our code - which will force us to do major refactorings, I fear...

Along with that, I also set up test coverage reports.

codecov-commenter commented 2 years ago

Codecov Report

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

@@           Coverage Diff           @@
##             main     #110   +/-   ##
=======================================
  Coverage        ?   27.22%           
=======================================
  Files           ?       22           
  Lines           ?     1396           
  Branches        ?        0           
=======================================
  Hits            ?      380           
  Misses          ?     1016           
  Partials        ?        0           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 3 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

BalduinLandolt commented 2 years ago

Damn, now I'll have to read up on all these testing procedures properly :D Looking good!

Have fun! ^^ When done right, it's quite cool...