Skip to content
This repository was archived by the owner on Jan 17, 2022. It is now read-only.

Commit 772bdbd

Browse files
Updated ci to not fail if coverage fails to upload (#309)
1 parent 9b37f41 commit 772bdbd

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.build/Build.CI.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ public static RocketSurgeonGitHubActionsConfiguration Middleware(RocketSurgeonGi
8787
With = new Dictionary<string, string>
8888
{
8989
["name"] = "actions-${{ matrix.os }}",
90-
["fail_ci_if_error"] = "true",
9190
}
9291
});
9392

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ jobs:
8484
uses: codecov/codecov-action@v1.0.13
8585
with:
8686
name: 'actions-${{ matrix.os }}'
87-
fail_ci_if_error: 'true'
8887
- name: 🏺 Publish logs
8988
if: always()
9089
uses: actions/upload-artifact@v2.1.4

0 commit comments

Comments
 (0)