This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git


The following commit(s) were added to refs/heads/master by this push:
     new 5f30d93  Update coveralls action
5f30d93 is described below

commit 5f30d93b32acc5b7a35568eec9eaaeac47a9d549
Author: Alex Herbert <aherb...@apache.org>
AuthorDate: Sun Feb 13 21:00:32 2022 +0000

    Update coveralls action
    
    Rename to Coveralls.
    
    Remove invalid reference to matrix.experimental.
---
 .github/workflows/coveralls.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml
index c7e3242..8ce69b4 100644
--- a/.github/workflows/coveralls.yml
+++ b/.github/workflows/coveralls.yml
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-name: Java CI
+name: Coveralls
 
 on: [push, pull_request]
 
@@ -21,7 +21,6 @@ jobs:
   build:
 
     runs-on: ubuntu-latest
-    continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
         java: [ 8 ]

Reply via email to