Skip to content

Commit

Permalink
develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-M-C committed Apr 20, 2022
1 parent b975dfc commit d8b3ebd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go_1.16_before.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
max-parallel: 6
matrix:
GO_VER: ['1.13', '1.14', '1.15', '1.16', '1.17', '1.18']
GO_VER: ['1.13', '1.14', '1.15']
HOST_OS: ['ubuntu-latest', 'macos-latest']

runs-on: ${{ matrix.HOST_OS }}
Expand Down
7 changes: 3 additions & 4 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
coverage:
round: down
range: 0..95
codecov:
bot: Andrew-M-C

coverage:
round: up
range: 95..100
range: 98..100

0 comments on commit d8b3ebd

Please sign in to comment.