Skip to content

Commit

Permalink
cicd(fix|docs): master check coverage file location (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndopj authored Oct 3, 2023
1 parent d1d3c91 commit a07594b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
id: coverage ## this step must have id
uses: vladopajic/go-test-coverage@v2
with:
profile: ./coverage.out
profile: coverage.out
local-prefix: github.com/kiwicom/terraform-provider-montecarlo
threshold-file: 0
threshold-package: 0
Expand Down

0 comments on commit a07594b

Please sign in to comment.