Skip to content
Snippets Groups Projects
  1. Mar 04, 2024
  2. Mar 03, 2024
    • Florian Schröder's avatar
      Update basic.layout configuration · 36157632
      Florian Schröder authored
      The specific layout configuration in cooperative_cuisine has been modified. A certain object or layout component (represented by 'O') was removed. Additionally, the string on the last line has been slightly adjusted.
      36157632
  3. Mar 01, 2024
  4. Feb 29, 2024
    • Fabian Heinrich's avatar
      Added examples for lettuce sprites · 9dd03d7f
      Fabian Heinrich authored
      9dd03d7f
    • Florian Schröder's avatar
      Update test suite and add coverage configuration · 2aca985b
      Florian Schröder authored
      Extended the test suite by adding new test cases and a new test file for dispensers and serving windows. The CI/CD pipeline was updated to include a coverage configuration file (.coveragerc), ensuring lines not relevant to coverage are excluded. Additionally, minor changes were made to the basic.layout file.
      2aca985b
    • Florian Schröder's avatar
      Update README.md · b0c48b37
      Florian Schröder authored
      b0c48b37
    • Florian Schröder's avatar
      Merge branch '65-more-test-coverage' into 'main' · bb27ed32
      Florian Schröder authored
      Resolve "More test coverage"
      
      Closes #65
      
      See merge request scs/cocosy/overcooked-simulator!31
      bb27ed32
    • Florian Schröder's avatar
      Update coverage badges text in README · 15f1a88f
      Florian Schröder authored
      The labels for the main and development test coverage badges in the README file have been updated. They now specifically say "Main Test Coverage" and "Dev Test Coverage" to provide clearer information about what they represent.
      15f1a88f
    • Florian Schröder's avatar
      Remove links from coverage report badges · 6c02238e
      Florian Schröder authored
      The links from the coverage report badges in the README.md file have been removed. This means the badges are now only displayed as images, but will no longer lead to detailed reports when clicked on.
      6c02238e
    • Florian Schröder's avatar
      Center align images and badges in README · 0554b4a8
      Florian Schröder authored
      The images and badges in the README file have been aligned to the center for aesthetic improvement. Additionally, the width parameters of a couple of badges have been adjusted to fit them perfectly within the newly center-aligned format. A "work in progress" note has also been removed.
      0554b4a8
    • Florian Schröder's avatar
      Adjust key width in README badge links · 37fca0ff
      Florian Schröder authored
      The key width for the Main Pipeline, Main Coverage, and Dev Coverage badge links in the README.md file have been slightly increased. This ensures that the badge text is fully visible and without overlapping adjacent badges or text.
      37fca0ff
    • Florian Schröder's avatar
      Update key width in badge URLs · b5e9bd28
      Florian Schröder authored
      The key width value in the badge URLs was decreased from 130 to 80, resulting in a cleaner presentation of the project README file. The update affects both the main and dev pipelines and coverage report badges.
      b5e9bd28
    • Florian Schröder's avatar
      Update README badges with links · 1b21203c
      Florian Schröder authored
      The commit changes the README file by updating the pipeline and coverage badges. It adds direct links to the main and dev commit history on these badges, improving navigation and making it easier to access the corresponding information.
      1b21203c
    • Fabian Heinrich's avatar
      Merge fix · bac67cdd
      Fabian Heinrich authored
      bac67cdd
    • Fabian Heinrich's avatar
      Merge remote-tracking branch 'origin/main' into 99-sprites-update · bf6c7229
      Fabian Heinrich authored
      # Conflicts:
      #	cooperative_cuisine/pygame_2d_vis/images/onion.png
      bf6c7229
    • Florian Schröder's avatar
      Update README badges · 998b328d
      Florian Schröder authored
      The pipeline and coverage badges in the README file have been updated for better clarity. Instead of a single badge for every branch, there are now separate badges for the main and development branches.
      998b328d
    • Florian Schröder's avatar
      Update pytest command in GitLab CI configuration · ec78240d
      Florian Schröder authored
      The pytest command in `.gitlab-ci.yml` file has been updated to include also `term-missing` coverage report and junit report. This configuration outputs which lines were not hit by testing and produces the report in xml format suitable for integration with CI systems.
      ec78240d
    • Florian Schröder's avatar
      Update coverage pattern in .gitlab-ci.yml · dba65271
      Florian Schröder authored
      The commit modifies the regular expression used for coverage reporting in .gitlab-ci.yml. The change ensures correct mapping and accurate percentage capture by controlling the starting point of the coverage line match.
      dba65271
    • Fabian Heinrich's avatar
      Updated onion sprites · 8ccae432
      Fabian Heinrich authored
      8ccae432
    • Florian Schröder's avatar
      Update regex for coverage report in GitLab CI · ebda2328
      Florian Schröder authored
      The regular expression used to extract the coverage percentage from the coverage report was updated. Due to modified output format of pytest, the regex pattern was not working correctly. It has been changed to ensure accurate extraction.
      ebda2328
    • Florian Schröder's avatar
      Fix regex pattern in .gitlab-ci.yml · 6081f743
      Florian Schröder authored
      The regular expression pattern for the coverage line in the .gitlab-ci.yml file was not properly formatted. It was causing issues in the CI pipeline as it couldn't correctly parse the coverage percentage. This commit wraps the expression in single quotes to correct this issue.
      6081f743
    • Florian Schröder's avatar
      Update coverage pattern in .gitlab-ci.yml file · 093a9b76
      Florian Schröder authored
      The coverage pattern has been updated in the .gitlab-ci.yml file. The change made was to remove the special wildcard characters from the start of the regex pattern. This modification improves pattern recognition for the coverage report.
      093a9b76
    • Florian Schröder's avatar
      .pytest configuration and fix README typo · 6ba547f2
      Florian Schröder authored
      The .gitlab-ci.yml file was updated to change the coverage regex and remove the specific branches that the pytest stage runs on. In the README file, a typo in the coverage badge URL was corrected.
      6ba547f2
    • Florian Schröder's avatar
      Update .gitlab-ci.yml and README.md · 644927ae
      Florian Schröder authored
      The .gitlab-ci.yml file is modified to limit pytest to only 'main' and '65-more-test-coverage' branches. In the README.md, the pipeline and coverage badge URLs have been updated to dynamically reflect the current branch.
      644927ae
Loading