-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
638262b
commit 3a56b2b
Showing
4 changed files
with
29 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,6 @@ jobs: | |
matrix: | ||
go: | ||
- '1.21' | ||
- '1.20' | ||
|
||
steps: | ||
- name: Checkout code | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
codecov: | ||
require_ci_to_pass: yes | ||
coverage: | ||
status: | ||
patch: no | ||
project: | ||
default: | ||
threshold: 1% | ||
if_not_found: success | ||
changes: no | ||
#What precision do you want the coverage value to be | ||
precision: 2 | ||
#The value range where you want the value to be green | ||
range: "50...100" | ||
ignore: | ||
- "test/.*" | ||
- ".github/.*" | ||
- "input/.*" | ||
- "*.md" | ||
comment: | ||
layout: "reach,diff,flags,tree" | ||
behavior: default | ||
require_changes: no |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/sincerefly/capybara | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/alitto/pond v1.9.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters