Skip to content

Commit

Permalink
0.2.2: add repo_name to Github Actions CI
Browse files Browse the repository at this point in the history
Signed-off-by: Valentin Kiselev <[email protected]>
  • Loading branch information
mrexox committed Feb 22, 2023
1 parent 11d7eb6 commit 8f2f162
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: coverage-reporter
version: 0.2.1
version: 0.2.2

authors:
- Jordan Oroshiba <[email protected]>
Expand All @@ -18,6 +18,6 @@ development_dependencies:
ameba:
github: crystal-ameba/ameba

crystal: 1.7.2
crystal: ">= 1.7.2"

license: MIT
2 changes: 1 addition & 1 deletion src/coverage_reporter.cr
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require "./coverage_reporter/*"
module CoverageReporter
extend self

VERSION = "0.2.1"
VERSION = "0.2.2"

# Parses the coverage reports in the current directory or the given *coverage_file*
# and sends the report to Coveralls API.
Expand Down

0 comments on commit 8f2f162

Please sign in to comment.