Skip to content

Commit

Permalink
Merge pull request #28 from Group-5/feat/github-actions
Browse files Browse the repository at this point in the history
Merge Feat/GitHub actions into main
  • Loading branch information
fredrjm authored Feb 19, 2026
2 parents f698eda + 0723349 commit 85cd341
Show file tree
Hide file tree
Showing 11 changed files with 77 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
- name: Run Tests
run: mvn clean test
- name: Upload Test Results
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: surefire-reports
path: target/surefire-reports/
- name: Upload Coverage Report
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: jacoco-report
path: target/jacoco/coverage-reports/jacoco.xml
Expand All @@ -57,7 +57,7 @@ jobs:
- name: Build Package
run: mvn clean package
- name: Upload Package
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: packaged-app
path: target/Help-Me-Help-1.0-SNAPSHOT-jar-with-dependencies.jar
Expand Down
Binary file added target/Help-Me-Help-1.0-SNAPSHOT.jar
Binary file not shown.
Binary file added target/classes/edu/group5/app/App.class
Binary file not shown.
3 changes: 3 additions & 0 deletions target/maven-archiver/pom.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
artifactId=Help-Me-Help
groupId=edu.group5.app
version=1.0-SNAPSHOT
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
edu\group5\app\App.class
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
C:\Users\marjo\Documents\Github\Help-Me-Help\src\main\java\edu\group5\app\App.java
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
edu\group5\app\AppTest.class
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
C:\Users\marjo\Documents\Github\Help-Me-Help\src\test\java\edu\group5\app\AppTest.java
63 changes: 63 additions & 0 deletions target/surefire-reports/TEST-edu.group5.app.AppTest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report.xsd" version="3.0.1" name="edu.group5.app.AppTest" time="0.047" tests="1" errors="0" skipped="0" failures="0">
<properties>
<property name="java.specification.version" value="25"/>
<property name="sun.cpu.isalist" value="amd64"/>
<property name="sun.jnu.encoding" value="Cp1252"/>
<property name="java.class.path" value="C:\Users\marjo\Documents\Github\Help-Me-Help\target\test-classes;C:\Users\marjo\Documents\Github\Help-Me-Help\target\classes;C:\Users\marjo\.m2\repository\org\junit\jupiter\junit-jupiter-api\5.11.0\junit-jupiter-api-5.11.0.jar;C:\Users\marjo\.m2\repository\org\opentest4j\opentest4j\1.3.0\opentest4j-1.3.0.jar;C:\Users\marjo\.m2\repository\org\junit\platform\junit-platform-commons\1.11.0\junit-platform-commons-1.11.0.jar;C:\Users\marjo\.m2\repository\org\apiguardian\apiguardian-api\1.1.2\apiguardian-api-1.1.2.jar;C:\Users\marjo\.m2\repository\org\junit\jupiter\junit-jupiter-params\5.11.0\junit-jupiter-params-5.11.0.jar;"/>
<property name="java.vm.vendor" value="Oracle Corporation"/>
<property name="sun.arch.data.model" value="64"/>
<property name="user.variant" value=""/>
<property name="java.vendor.url" value="https://java.oracle.com/"/>
<property name="user.timezone" value="Europe/Oslo"/>
<property name="os.name" value="Windows 11"/>
<property name="java.vm.specification.version" value="25"/>
<property name="sun.java.launcher" value="SUN_STANDARD"/>
<property name="user.country" value="NO"/>
<property name="sun.boot.library.path" value="C:\Program Files\Java\jdk-25\bin"/>
<property name="sun.java.command" value="C:\Users\marjo\AppData\Local\Temp\surefire1589068311066046424\surefirebooter-20260219103835808_3.jar C:\Users\marjo\AppData\Local\Temp\surefire1589068311066046424 2026-02-19T10-38-35_636-jvmRun1 surefire-20260219103835808_1tmp surefire_0-20260219103835808_2tmp"/>
<property name="jdk.debug" value="release"/>
<property name="surefire.test.class.path" value="C:\Users\marjo\Documents\Github\Help-Me-Help\target\test-classes;C:\Users\marjo\Documents\Github\Help-Me-Help\target\classes;C:\Users\marjo\.m2\repository\org\junit\jupiter\junit-jupiter-api\5.11.0\junit-jupiter-api-5.11.0.jar;C:\Users\marjo\.m2\repository\org\opentest4j\opentest4j\1.3.0\opentest4j-1.3.0.jar;C:\Users\marjo\.m2\repository\org\junit\platform\junit-platform-commons\1.11.0\junit-platform-commons-1.11.0.jar;C:\Users\marjo\.m2\repository\org\apiguardian\apiguardian-api\1.1.2\apiguardian-api-1.1.2.jar;C:\Users\marjo\.m2\repository\org\junit\jupiter\junit-jupiter-params\5.11.0\junit-jupiter-params-5.11.0.jar;"/>
<property name="sun.cpu.endian" value="little"/>
<property name="user.home" value="C:\Users\marjo"/>
<property name="user.language" value="no"/>
<property name="java.specification.vendor" value="Oracle Corporation"/>
<property name="java.version.date" value="2025-10-21"/>
<property name="java.home" value="C:\Program Files\Java\jdk-25"/>
<property name="file.separator" value="\"/>
<property name="basedir" value="C:\Users\marjo\Documents\Github\Help-Me-Help"/>
<property name="java.vm.compressedOopsMode" value="Zero based"/>
<property name="line.separator" value="&#10;"/>
<property name="java.vm.specification.vendor" value="Oracle Corporation"/>
<property name="java.specification.name" value="Java Platform API Specification"/>
<property name="surefire.real.class.path" value="C:\Users\marjo\AppData\Local\Temp\surefire1589068311066046424\surefirebooter-20260219103835808_3.jar"/>
<property name="user.script" value=""/>
<property name="sun.management.compiler" value="HotSpot 64-Bit Tiered Compilers"/>
<property name="java.runtime.version" value="25.0.1+8-LTS-27"/>
<property name="user.name" value="marjo"/>
<property name="stdout.encoding" value="Cp1252"/>
<property name="path.separator" value=";"/>
<property name="os.version" value="10.0"/>
<property name="java.runtime.name" value="Java(TM) SE Runtime Environment"/>
<property name="file.encoding" value="UTF-8"/>
<property name="java.vm.name" value="Java HotSpot(TM) 64-Bit Server VM"/>
<property name="localRepository" value="C:\Users\marjo\.m2\repository"/>
<property name="java.vendor.url.bug" value="https://bugreport.java.com/bugreport/"/>
<property name="java.io.tmpdir" value="C:\Users\marjo\AppData\Local\Temp\"/>
<property name="java.version" value="25.0.1"/>
<property name="user.dir" value="C:\Users\marjo\Documents\Github\Help-Me-Help"/>
<property name="os.arch" value="amd64"/>
<property name="java.vm.specification.name" value="Java Virtual Machine Specification"/>
<property name="sun.os.patch.level" value=""/>
<property name="native.encoding" value="Cp1252"/>
<property name="java.library.path" value="C:\Program Files\Java\jdk-25\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;c:\Users\marjo\AppData\Roaming\Code\User\globalStorage\github.copilot-chat\debugCommand;c:\Users\marjo\AppData\Roaming\Code\User\globalStorage\github.copilot-chat\copilotCli;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files\Git\cmd;C:\Program Files\Git\ bin;C:\Users\marjo\.local\bin;C:\Program Files\nodejs\;C:\Program Files\Java\jdk-25\bin;C:\maven-mvnd-1.0.3-windows-amd64\mvn\bin;;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\Docker\Docker\resources\bin;C:\ProgramData\chocolatey\bin;C:\Users\marjo\.local\bin;C:\Users\marjo\OneDrive - NTNU\Scripts\;C:\Users\marjo\OneDrive - NTNU\;C:\Users\marjo\AppData\Local\Programs\Python\Launcher\;C:\Users\marjo\AppData\Local\Microsoft\WindowsApps;C:\Users\marjo\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\marjo\AppData\Local\Programs\MiKTeX\miktex\bin\x64\;C:\Users\marjo\AppData\Roaming\npm;C:\Program Files\JetBrains\IntelliJ IDEA 2025.3.1\bin;C:\Program Files\JetBrains\IntelliJ IDEA 2025.3.1\bin;C:\ProgramData\chocolatey\bin;c:\Users\marjo\.vscode\extensions\vscjava.vscode-java-debug-0.58.5\bundled\scripts\noConfigScripts;."/>
<property name="java.vm.info" value="mixed mode, sharing"/>
<property name="stderr.encoding" value="Cp1252"/>
<property name="java.vendor" value="Oracle Corporation"/>
<property name="java.vm.version" value="25.0.1+8-LTS-27"/>
<property name="stdin.encoding" value="Cp1252"/>
<property name="sun.io.unicode.encoding" value="UnicodeLittle"/>
<property name="java.class.version" value="69.0"/>
</properties>
<testcase name="shouldAnswerWithTrue" classname="edu.group5.app.AppTest" time="0.026"/>
</testsuite>
4 changes: 4 additions & 0 deletions target/surefire-reports/edu.group5.app.AppTest.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-------------------------------------------------------------------------------
Test set: edu.group5.app.AppTest
-------------------------------------------------------------------------------
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in edu.group5.app.AppTest
Binary file added target/test-classes/edu/group5/app/AppTest.class
Binary file not shown.

0 comments on commit 85cd341

Please sign in to comment.