Skip to content

Commit

Permalink
feat(make): rename extension to gocov (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfalkowski authored Aug 27, 2024
1 parent 41b7c8b commit 853b828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quality/go/cov
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby

file = '.go.cov'
file = '.gocov'
exclude = File.exist?(file) ? File.read(file).strip : '.pb|main.go'

Dir['test/reports/*.cov'].each do |f|
Expand Down

0 comments on commit 853b828

Please sign in to comment.