Skip to content

Releases: DennisJensen95/coverage-scope

Documentation updates

07 May 11:28
Compare
Choose a tag to compare

Bugfix: Consume and check all paths

07 May 11:09
Compare
Choose a tag to compare

The bugfix ensures that the action can check all the files in a git diff and compare.

Feature: Speed increase

06 May 14:56
Compare
Choose a tag to compare

Instead of building the application everytime I pushed the dockerfile image to dockerhub and started pulling it down. It should significantly increase the speed.

Bugfix: Parsing coverage file

06 May 12:35
Compare
Choose a tag to compare

Bugfix: Parsing sources in coverage file is fixed now.

Version 0.1.0 release

06 May 12:17
Compare
Choose a tag to compare

This GitHub action is designed to measure test coverage for Python and Rust projects. It supports Cobertura file format for Python projects and Tarpaulin for Rust projects. By adding this action to your workflow, you can easily measure the coverage of newly committed source code.