Skip to content

Commit ecb1319

Browse files
authored
Merge pull request #1620 from OWASP/code-coverage
#1487 and #1614 Allow failure, but publish results
2 parents 5b63611 + acaa5e0 commit ecb1319

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/copi-deploy-staging.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@
6464
- name: Run tests
6565
working-directory: copi.owasp.org
6666
run: mix test --cover --export-coverage default
67-
- name: Run coverage
68-
working-directory: copi.owasp.org
69-
run: mix test.coverage
7067
- name: Generate coverage report
7168
working-directory: copi.owasp.org
7269
run: mix coveralls.cobertura --exclude test --import-cover cover

copi.owasp.org/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ defmodule Copi.MixProject do
1111
aliases: aliases(),
1212
deps: deps(),
1313
# Test coverage
14-
test_coverage: [tool: ExCoveralls]
14+
test_coverage: [tool: ExCoveralls, allow_failure: true],
1515
]
1616
end
1717

0 commit comments

Comments
 (0)