davidmerrick / AdventOfCode2019

Advent of Code 2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codacy Badge

My work for Advent of Code 2019

  • Written in Kotlin with TestNG for tests.
  • Uses Codacy for code coverage reports.

Codacy notes

I'm trying out Codacy for code coverage on this repo. See my GitHub Action for how I've implemented uploads for that. One gotcha I found is that the language needs to be specified for code coverage reports.

 java -jar codacy-coverage-reporter-assembly.jar report -l Kotlin -r build/reports/jacoco/test/jacocoTestReport.xml

Configuring engines.

Todo

Check out this library: https://github.com/arrow-kt/arrow

Helpful resources

About

Advent of Code 2019


Languages

Language:Kotlin 95.9%Language:Dockerfile 2.4%Language:Shell 1.6%Language:Makefile 0.1%