kkebo / zyphy

Zyphy is (or will be) a fast web browser engine written in Swift.
MIT License
4 stars 1 forks source link

build: use built-in swift-testing #112

Closed kkebo closed 2 days ago

kkebo commented 4 weeks ago

swift-testing is now built into the toolchain, so we don't need to use the external dependencies.

github-actions[bot] commented 3 days ago

Code Metrics Report

main (a656fc0) #112 (55f1016) +/-
Coverage 85.4% 85.7% +0.3%
Details ``` diff | | main (a656fc0) | #112 (55f1016) | +/- | |-----------|----------------|----------------|-------| + | Coverage | 85.4% | 85.7% | +0.3% | | Files | 10 | 10 | 0 | | Lines | 1594 | 1608 | +14 | + | Covered | 1362 | 1379 | +17 | ```

Reported by octocov