Skip to content

Commit

Permalink
Merge pull request #52 from amosproj/QW3RAT-patch-2
Browse files Browse the repository at this point in the history
Patching test.yml file to ensure test can run via github action
  • Loading branch information
QW3RAT authored Nov 21, 2023
2 parents 6a28fa0 + 94bc1bc commit af185ed
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
arguments: build

- name: Run Tests
run: ./gradlew test --no-daemon
run: ./gradle test --no-daemon
4 changes: 0 additions & 4 deletions pitmutationmate/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# SPDX-FileCopyrightText: 2023 2023
#
# SPDX-License-Identifier: MIT

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
Expand Down
15 changes: 13 additions & 2 deletions pitmutationmate/gradlew
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
#!/bin/sh

#
# Copyright © 2015-2021 the original authors.
# SPDX-FileCopyrightText: 2023 2023
#
# SPDX-License-Identifier: MIT
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

##############################################################################
#
Expand Down
4 changes: 0 additions & 4 deletions pitmutationmate/gradlew.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
REM SPDX-FileCopyrightText: 2023 2023
REM
REM SPDX-License-Identifier: MIT

@rem
@rem Copyright 2015 the original author or authors.
@rem
Expand Down
3 changes: 2 additions & 1 deletion pitmutationmate/src/test/resources/test_report/mutations.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--SPDX-License-Identifier: MIT-->
<!--SPDX-FileCopyrightText: 2023-->

<?xml version="1.0" encoding="UTF-8"?>


<!--
SPDX-FileCopyrightText: 2023 2023
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--SPDX-License-Identifier: MIT-->
<!--SPDX-FileCopyrightText: 2023-->
<mutations>
<mutation detected='true' status='KILLED' numberOfTestsRun='1'>
<sourceFile>Presenter.java</sourceFile>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--SPDX-License-Identifier: MIT-->
<!--SPDX-FileCopyrightText: 2023-->
<mutations>
<mutation detected='true' status='KILLED' >
<sourceFile>Presenter.java</sourceFile>
Expand Down

0 comments on commit af185ed

Please sign in to comment.