Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codecov file browser fix #311

Merged
merged 3 commits into from
Nov 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,11 @@ jobs:
- name: Check out code
uses: actions/checkout@v2
with:
path: amazon-cloudwatch-agent
fetch-depth: 0
submodules: 'true'

- name: Debug go.mod
run: cat go.mod
working-directory: amazon-cloudwatch-agent

- name: Cache build output
uses: actions/cache@v2
Expand All @@ -57,14 +55,11 @@ jobs:

- name: Test
run: make test
working-directory: amazon-cloudwatch-agent

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
verbose: true
directory: ./amazon-cloudwatch-agent/

- name: Build
run: make build
working-directory: amazon-cloudwatch-agent
4 changes: 3 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ coverage:
target: auto
# adjust accordingly based on how flaky your tests are
# this allows a 5% drop from the previous base commit coverage
threshold: 5%
threshold: 5%
fixes:
- "amazon-cloudwatch-agent/::"