Skip to content

Commit

Permalink
updates to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fmck3516 committed Jan 15, 2024
1 parent e50e703 commit ad09d7b
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
## Tutorials
# skippy-tutorials

- [Tutorials](https://www.skippy.io/tutorials/)
Sample project used by the the introductory tutorials for Gradle and Maven:
- [Getting Started with Skippy, Gradle & JUnit 5](https://www.skippy.io/tutorials/skippy-gradle-junit5)
- [Getting Started with Skippy, Maven & JUnit 5](https://www.skippy.io/tutorials/skippy-maven-junit5)

## Contributions & Issues

Contributions are always welcome! You can either
- submit a pull request,
- create an issue in
[GitHub's issue tracker](https://github.com/skippy-io/skippy-tutorials/issues) or
- email [contact@skippy.io](mailto:contact@skippy.io).

I would love to hear from you.
7 changes: 7 additions & 0 deletions getting-started-with-skippy-and-junit5/.skippy/classes.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
build/classes/java/main:com/example/LeftPadder.class:9U3+WYit7uiiNqA9jplN2A==
build/classes/java/main:com/example/RightPadder.class:ZT0GoiWG8Az5TevH9/JwBg==
build/classes/java/main:com/example/StringUtils.class:4VP9fWGFUJHKIBG47OXZTQ==
build/classes/java/test:com/example/LeftPadderTest.class:sGLJTZJw4beE9m2Kg6chUg==
build/classes/java/test:com/example/RightPadderTest.class:E/ObvuQTODFFqU6gxjbxTQ==
build/classes/java/test:com/example/StringUtilsTest.class:p+N8biKVOm6BltcZkKcC/g==
build/classes/java/test:com/example/TestConstants.class:3qNbG+sSd1S1OGe0EZ9GPA==
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
com.example.LeftPadder
com.example.LeftPadderTest
com.example.StringUtils
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
com.example.RightPadder
com.example.RightPadderTest
com.example.StringUtils
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
com.example.LeftPadderTest:EXECUTE:BYTECODE_CHANGE_IN_COVERED_CLASS
com.example.RightPadderTest:SKIP:NO_CHANGE

0 comments on commit ad09d7b

Please sign in to comment.