2025-breaking-bugs

Details

Source
GitHub
License
MIT
Stars
1
Forks
1
Created
April 29, 2025
Updated
June 26, 2025

README excerpt

# Ingenieria del Software II - Template

![GHA Status](https://github.com/uca-argentina/project-template/actions/workflows/GHA.yml/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/uca-argentina/project-template/badge.svg?branch=master)](https://coveralls.io/github/uca-argentina/project-template?branch=master)

## Metacello

```smalltalk
Metacello new
   baseline: 'IngSoft2';
   githubUser: 'uca-argentina' project: '2025-breaking-bugs' commitish: 'master' path: 'repository';
   load: 'development'.
```
← Back to results