Releases: DennisJensen95/coverage-scope
Releases · DennisJensen95/coverage-scope
Documentation updates
Documentation updates.
Bugfix: Consume and check all paths
The bugfix ensures that the action can check all the files in a git diff and compare.
Feature: Speed increase
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
Bugfix: Parsing sources in coverage file is fixed now.
Version 0.1.0 release
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.