From d00d3a080c3310b1ee3970fb1395c2353ac487db Mon Sep 17 00:00:00 2001 From: Diego Date: Thu, 1 Jun 2023 13:19:09 +0200 Subject: [PATCH] Show nim and nimble version --- .github/workflows/codecov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index de2d27231..68c1fe3f7 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -48,6 +48,8 @@ jobs: sudo apt-get install -y lcov build-essential git curl mkdir coverage export NIMFLAGS="--lineDir:on --passC:-fprofile-arcs --passC:-ftest-coverage --passL:-fprofile-arcs --passL:-ftest-coverage" + nim --version + nimble --version nimble testnative nimble testpubsub nimble testfilter